add FusionMode enum and require its usage

This commit is contained in:
sneurlax 2023-10-26 10:30:12 -05:00
parent 7d385bdb1a
commit b0124ca691
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 66a7081205f3c0ff401d0fa6ba293a63f1929104
Subproject commit afe3e345ecd762704e9acdbbc4bf20a69c028e76

View file

@ -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.