Hush First All The Way

This commit is contained in:
Duke Leto
2020-12-04 09:52:41 -05:00
parent 8a5130713d
commit 5d81cddcad
5 changed files with 10 additions and 10 deletions

View File

@@ -705,7 +705,7 @@ bool Eval::ImportCoin(const std::vector<uint8_t> params, const CTransaction &imp
// Check burntx shows correct outputs hash
if (payoutsHash != SerializeHash(payouts))
return Invalid("wrong-payouts");
if (targetCcid < KOMODO_FIRSTFUNGIBLEID)
if (targetCcid < HUSH_FIRSTFUNGIBLEID)
return Invalid("chain-not-fungible");
if ( targetCcid != 0xffffffff )