Refactor balance's Factor field name with its plural form

Stored balances previous to this commit, that had a non-nil Factors map, will
now have Factors nil due to field name mismatch.
This commit is contained in:
ionutboangiu
2024-04-01 18:05:56 +03:00
committed by Dan Christian Bogos
parent 45066b2d2f
commit bd4aa99458
17 changed files with 100 additions and 101 deletions

View File

@@ -876,7 +876,6 @@ const (
Weights = "Weights"
UnitFactors = "UnitFactors"
CostIncrements = "CostIncrements"
Factor = "Factor"
Factors = "Factors"
Method = "Method"
Static = "Static"