Fix: Incorrect Fee Estimation Due to Omitted estimate_mode in Bitcoin Core 28.0#1263
Conversation
|
The previous behaviour was: If the user doesn't set we are changing the behaviour to; If the user doesn't set Users that don't set With the current NBitcoin version, users with a node >= 0.28 already switched to I suggest to change the parameter |
|
Thank you @farukterzioglu for your comment, I can see this will impact users already using a node with a version >= 0.28. I will make adjustments to my PR to cater for this. |
|
I have now made changes through this commit which should cater for the following scenarios: If the user does not set
If the user sets
If the user sets
|
Fixes #1262