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
I looked at this PSBT using bitcoin code -> console -> decodepsbt .
Looks like there are insufficient funds in your wallet. The tx is consuming three utxos with
0.00000550, 0.00000500, 0.00000717 = 1767 satoshis. The withdraw requires fees for paying the for the request and for the upstream transaction fulfillment (the tx that returns your funds) . The cost is 2500 sats. so the failure is that there is not enough sats in your wallet to pay the fees.
I'll create an issue on the bridge to improve the messaging for this scenario. If you need some testnet btc to get beyond this let me know and i'll send some to your tb1qgnam2zns8vrxqjchqg0u2hf9wtj0edm8r0wlp3 address ?
The text was updated successfully, but these errors were encountered:
See Discord
Anyone getting this message? I’ve tried disconnecting and reconnecting my wallet numerous times. Same issue every time.
Hey @BTCX , thanks for bearig with me.
I looked at this PSBT using bitcoin code -> console -> decodepsbt .
Looks like there are insufficient funds in your wallet. The tx is consuming three utxos with
0.00000550, 0.00000500, 0.00000717 = 1767 satoshis. The withdraw requires fees for paying the for the request and for the upstream transaction fulfillment (the tx that returns your funds) . The cost is 2500 sats. so the failure is that there is not enough sats in your wallet to pay the fees.
I'll create an issue on the bridge to improve the messaging for this scenario. If you need some testnet btc to get beyond this let me know and i'll send some to your tb1qgnam2zns8vrxqjchqg0u2hf9wtj0edm8r0wlp3 address ?
The text was updated successfully, but these errors were encountered: