mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
add FusionMode enum and require its usage
This commit is contained in:
parent
7d385bdb1a
commit
b0124ca691
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 66a7081205f3c0ff401d0fa6ba293a63f1929104
|
||||
Subproject commit afe3e345ecd762704e9acdbbc4bf20a69c028e76
|
|
@ -460,6 +460,7 @@ mixin FusionWalletInterface {
|
|||
genesisHashHex:
|
||||
_coin.isTestNet ? GENESIS_HASH_TESTNET : GENESIS_HASH_MAINNET,
|
||||
enableDebugPrint: true, // TODO set to false on release
|
||||
mode: fusion.FusionMode.normal,
|
||||
);
|
||||
|
||||
// Instantiate a Fusion object with custom parameters.
|
||||
|
|
Loading…
Reference in a new issue