spark mint sequence fix

This commit is contained in:
julian 2023-12-18 12:56:27 -06:00
parent cdd9b30cb7
commit 1c0b9bec1b

View file

@ -731,7 +731,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
txb.addInput(
sd.utxo.txid,
sd.utxo.vout,
null,
0xffffffff - 1,
sd.output,
);
}