AquaWallet / aqua-wallet

https://aquawallet.io
MIT License
81 stars 9 forks source link

RPC Error on L-BTC and Lightning sends #39

Open jjstrat3 opened 3 months ago

jjstrat3 commented 3 months ago

When attempting to either send L-BTC to another Liquid Bitcoin address or attempting a Lightning payment via a Bolt11 invoice, I receive the following error in the form of a pop up message:

sendrawtransaction RPC error:
{"code":-26,"message":min relay fee not met, 28 < 272"}

In the case of the attempted L-BTC transaction, the UI stated that the estimated fee was going to be 275, so presumably this mean it exceeded the fee range that the error was reporting.

I'm running the most recent 0.20 version of Aqua that was auto-updated from the Play Store. I was not encountering this issue with the previous 0.1.57 version.

jjstrat3 commented 3 months ago

https://github.com/user-attachments/assets/6399e805-221d-4ef2-998a-0d025273c740

Example failed Lightning transaction

blankscreengithub commented 2 months ago

Same issue here. I downgraded to the previous release and everything works as expected. I think it has to do with the reduced fee structure, but the wallet code still wants the higher fee.

I even tried using USDt for the fee on the 0.20 version and it still would not work.