You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feePreference.minFeeRate if the estimate of feeRate is below this, set the feeRate to this. (this is kind of an extension of explicitFeeRate)
feePreference.maxFeeRate if the estimate of feeRate is above this, return error code.
I know there are probably sanity checks on bitcoind, NBitcoin, NBX, etc etc where it will throw error if fee are > 100000 sat/vByte (BitcoinJS also has a sanity check too)
But it would be nice to have a configurable sanity check.
The text was updated successfully, but these errors were encountered:
feePreference.minFeeRate
if the estimate of feeRate is below this, set the feeRate to this. (this is kind of an extension of explicitFeeRate)feePreference.maxFeeRate
if the estimate of feeRate is above this, return error code.I know there are probably sanity checks on bitcoind, NBitcoin, NBX, etc etc where it will throw error if fee are > 100000 sat/vByte (BitcoinJS also has a sanity check too)
But it would be nice to have a configurable sanity check.
The text was updated successfully, but these errors were encountered: