mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +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(
|
||||
sd.utxo.txid,
|
||||
sd.utxo.vout,
|
||||
null,
|
||||
0xffffffff - 1,
|
||||
sd.output,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue