Feerate is passed to `Commands._get_fee_policy()` as str which then tried to multiply the string by 1000. Now it first casts the string to `Decimal` and multiplies the decimal. Fixes https://github.com/spesmilo/electrum/issues/10315
47 KiB
47 KiB