diff --git a/examples/configuration/default.json b/examples/configuration/default.json index 1d5a448a..770f911b 100644 --- a/examples/configuration/default.json +++ b/examples/configuration/default.json @@ -30,7 +30,7 @@ "interesting_accounts": "", "reconciliation_disabled": false, "reconciliation_drain_disabled": false, - "inactive_discrepency_search_disabled": false, + "inactive_discrepancy_search_disabled": false, "balance_tracking_disabled": false, "coin_tracking_disabled": false, "status_port": 9090, @@ -38,4 +38,4 @@ "pruning_disabled": false, "initial_balance_fetch_disabled": false } -} \ No newline at end of file +} diff --git a/examples/configuration/simple.json b/examples/configuration/simple.json index cbf87552..adbbd21b 100644 --- a/examples/configuration/simple.json +++ b/examples/configuration/simple.json @@ -10,7 +10,7 @@ "data": { "historical_balance_enabled": false, "reconciliation_disabled": true, - "inactive_discrepency_search_disabled": true, + "inactive_discrepancy_search_disabled": true, "balance_tracking_disabled": true, "end_conditions": { "tip": true diff --git a/pkg/tester/data.go b/pkg/tester/data.go index 336664cc..1ca4ed84 100644 --- a/pkg/tester/data.go +++ b/pkg/tester/data.go @@ -931,8 +931,8 @@ func (t *DataTester) HandleErr(err error, sigListeners *[]context.CancelFunc) er ) } - if t.config.Data.InactiveDiscrepencySearchDisabled { - color.Yellow("Search for inactive reconciliation discrepency is disabled") + if t.config.Data.InactiveDiscrepancySearchDisabled { + color.Yellow("Search for inactive reconciliation discrepancy is disabled") return results.ExitData( t.config, t.counterStorage,