Remove unused ParseMoney that takes a c_str, fail to parse empty string
Supplying a fee rate or an amount on the command line as an empty string, which currently parses as 0 seems fragile and confusing.
This is a backport of Core PR18225
Differential D8775
util: Fail to parse empty string in ParseMoney PiRK on Jan 4 2021, 13:57. Authored by
Details
Remove unused ParseMoney that takes a c_str, fail to parse empty string
This is a backport of Core PR18225 ninja && ninja check
Diff Detail
|