Hush First All The Way
This commit is contained in:
@@ -192,8 +192,8 @@ UniValue migrate_converttoexport(const UniValue& params, bool fHelp, const CPubK
|
||||
"import transaction.\n"
|
||||
);
|
||||
|
||||
if (ASSETCHAINS_CC < KOMODO_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < KOMODO_FIRSTFUNGIBLEID");
|
||||
if (ASSETCHAINS_CC < HUSH_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < HUSH_FIRSTFUNGIBLEID");
|
||||
|
||||
if (SMART_CHAIN_SYMBOL[0] == 0)
|
||||
throw runtime_error("Must be called on assetchain");
|
||||
@@ -266,8 +266,8 @@ UniValue migrate_createburntransaction(const UniValue& params, bool fHelp, const
|
||||
"the \"migrate_createimporttransaction\" method to get the corresponding import transaction.\n"
|
||||
);
|
||||
|
||||
if (ASSETCHAINS_CC < KOMODO_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < KOMODO_FIRSTFUNGIBLEID");
|
||||
if (ASSETCHAINS_CC < HUSH_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < HUSH_FIRSTFUNGIBLEID");
|
||||
|
||||
if (SMART_CHAIN_SYMBOL[0] == 0)
|
||||
throw runtime_error("Must be called on assetchain");
|
||||
@@ -545,8 +545,8 @@ UniValue migrate_createimporttransaction(const UniValue& params, bool fHelp, con
|
||||
"optional notarytxids are txids of notary operator proofs of burn tx existense (from destination chain).\n"
|
||||
"Do not make subsequent call to migrate_completeimporttransaction if notary txids are set");
|
||||
|
||||
if (ASSETCHAINS_CC < KOMODO_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < KOMODO_FIRSTFUNGIBLEID");
|
||||
if (ASSETCHAINS_CC < HUSH_FIRSTFUNGIBLEID)
|
||||
throw runtime_error("-ac_cc < HUSH_FIRSTFUNGIBLEID");
|
||||
|
||||
if (SMART_CHAIN_SYMBOL[0] == 0)
|
||||
throw runtime_error("Must be called on assetchain");
|
||||
|
||||
Reference in New Issue
Block a user