mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
spark mint tx version
This commit is contained in:
parent
f83fb76bd8
commit
4010605bb7
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
|
|||
),
|
||||
);
|
||||
txb.setLockTime(await chainHeight);
|
||||
txb.setVersion(3 | (9 << 16));
|
||||
txb.setVersion(1);
|
||||
|
||||
// Create a mint script.
|
||||
final mintScript = bscript.compile([
|
||||
|
|
Loading…
Reference in a new issue