Please describe the feature you’d like to see added.
-fallback
fee is used by sendtoaddress
to provide a fallback fee when sending transactions. However, this does not apply to estimatesmartfee
, which still returns the error.
Is your feature related to a problem, if so please describe it.
The reason for this is because it’s difficult to test client applications on regtest, that would use estimatesmartfee
on mainnet, but because it requires a lot of transactions before estimatesmartfee
to work, it’s difficult. This related stack exchange question has had a bit of interest:
https://bitcoin.stackexchange.com/questions/89607/how-can-i-force-estimatesmartfee-to-return-estimates-on-regtest
Describe the solution you’d like
See above.
Describe any alternatives you’ve considered
- A separate flag would also work, like
fallbackestimatefee
Please leave any additional context
No response