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
@chappjc from matrix: I have oracles enabled and instead of going with mempool.space 's fastest fee, it uses the stupid high fee from server here's a bug somewhere. Burned over a $100 on a basic send because of this.
We need to take the approach described in the comments(See comment and NoLocalFeeRate) (for SPV wallet use it as the local estimator function, and make the spv wallet a FeeRater). The other approach would be to make btc.(*baseWallet).Send work like Redeem, using targetFeeRateWithFallback instead of feeRateWithFallback but with Send, the feeRate input is not merely a suggestion.
Basically, the external fee rates only get used for SPV (non-FeeRater) wallets in a handful of internal paths, but it's not usable to the consumer.
The text was updated successfully, but these errors were encountered:
ukane-philemon
changed the title
asset: Make the spv wallet a FeeRater or use targetFeeRateWithFallback with send/withdraw
asset: Make the spv wallet a FeeRater or use targetFeeRateWithFallback for send/withdraw
May 13, 2023
ukane-philemon
changed the title
asset: Make the spv wallet a FeeRater or use targetFeeRateWithFallback for send/withdraw
asset: Make the spv wallet a FeeRater or use NoLocalFeeRate for spv wallets.
May 13, 2023
ukane-philemon
changed the title
asset: Make the spv wallet a FeeRater or use NoLocalFeeRate for spv wallets.
asset: Make spv wallet a FeeRater and use NoLocalFeeRate for spv wallets.
May 15, 2023
The text was updated successfully, but these errors were encountered: