]> Git Repo - VerusCoin.git/commitdiff
Enable centralized tokens to have buy in before launch
authormiketout <[email protected]>
Mon, 4 May 2020 21:09:34 +0000 (14:09 -0700)
committermiketout <[email protected]>
Mon, 4 May 2020 21:09:34 +0000 (14:09 -0700)
src/pbaas/pbaas.cpp

index 1d1bf4ec55acad272b06321f5a464558f0d4b58f..8444d69ddf51e0935c94d338d5fed08fefa1d5bf 100644 (file)
@@ -1539,10 +1539,9 @@ void CConnectedChains::ProcessLocalImports()
             }
             currencyDefCache[exportThread.first] = exportDef;
 
-            // if chain hasn't started, it isn't controlled by us, imports are by chain ID only, or no exports, skip
+            // if chain hasn't started, it isn't controlled by us, or no exports, skip
             if (exportDef.startBlock > nHeight || 
                 exportDef.systemID != thisChainID || 
-                exportDef.proofProtocol != CCurrencyDefinition::PROOF_PBAASMMR ||
                 defHeight == exportThread.second.first)
             {
                 continue;
This page took 0.0314 seconds and 4 git commands to generate.