Updated on 2026-08-14
This commit is contained in:
parent
b1134eb19e
commit
198457327c
8 changed files with 31 additions and 3 deletions
|
|
@ -498,7 +498,7 @@ public class BtcEngine extends CoinEngine {
|
|||
}
|
||||
|
||||
if (amount + fees > fullAmount) {
|
||||
throw new Exception(String.format("Balance (%d) < amount (%d) + (%d)", fullAmount, change, amount));
|
||||
throw new CardProtocol.TangemException_WrongAmount(String.format("Balance (%d) < amount (%d) + (%d)", fullAmount, change, amount));
|
||||
}
|
||||
|
||||
byte[][] dataForSign = new byte[unspentOutputs.size()][];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue