mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 991 forks source link

Handle parsing error at config #3747

Closed ardocrat closed 1 year ago

ardocrat commented 1 year ago

Prevent panic from toml::from_str at migrate_config_file_version_none_to_2 method when config is in wrong format. Fixes https://github.com/mimblewimble/grin/issues/3746

ardocrat commented 1 year ago

Hardcoded fees setup will be refactored at future, so this PR is pointless.