Merge pull request 'Config: set default precision to 12 decimals' (#348) from tobtoht/feather:default_precision into master

Reviewed-on: https://git.featherwallet.org/feather/feather/pulls/348
This commit is contained in:
tobtoht 2021-03-24 13:22:03 +00:00
commit d1bb4c143f

View file

@ -48,7 +48,7 @@ static const QHash<Config::ConfigKey, ConfigDirective> configStrings = {
{Config::redditFrontend, {QS("redditFrontend"), "old.reddit.com"}},
{Config::showHistorySyncNotice, {QS("showHistorySyncNotice"), true}},
{Config::GUI_HistoryViewState, {QS("GUI_HistoryViewState"), {}}},
{Config::amountPrecision, {QS("amountPrecision"), 4}},
{Config::amountPrecision, {QS("amountPrecision"), 12}},
{Config::dateFormat, {QS("dateFormat"), "yyyy-MM-dd"}},
{Config::timeFormat, {QS("timeFormat"), "HH:mm"}},
{Config::multiBroadcast, {QS("multiBroadcast"), true}}