mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
spark mint sequence fix
This commit is contained in:
parent
cdd9b30cb7
commit
1c0b9bec1b
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
|
||||||
txb.addInput(
|
txb.addInput(
|
||||||
sd.utxo.txid,
|
sd.utxo.txid,
|
||||||
sd.utxo.vout,
|
sd.utxo.vout,
|
||||||
null,
|
0xffffffff - 1,
|
||||||
sd.output,
|
sd.output,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue