Open Kntt opened 5 months ago
When I call unisat.sendBitcoin('address', maxBalance), the unisat wallet prompts Insufficient btc utxo maxBalance is get from unisat.getBalance
unisat.sendBitcoin('address', maxBalance)
unisat.getBalance
However, when using Unisat Send, fill in Max Balance, and it will be successful
I hope unisat.sendBitcoin will be consistent with unisat send
unisat.sendBitcoin
Because it's too difficult to calculate feeRate on the front end
@huanniangstudio @abangZ
having same problem
When I call
unisat.sendBitcoin('address', maxBalance)
, the unisat wallet prompts Insufficient btc utxo maxBalance is get fromunisat.getBalance
However, when using Unisat Send, fill in Max Balance, and it will be successful
I hope
unisat.sendBitcoin
will be consistent with unisat sendBecause it's too difficult to calculate feeRate on the front end