]> Git Repo - VerusCoin.git/commitdiff
CCurrencyDefinition name parsing improvement
authormiketout <[email protected]>
Tue, 20 Apr 2021 04:11:03 +0000 (21:11 -0700)
committermiketout <[email protected]>
Tue, 20 Apr 2021 04:11:03 +0000 (21:11 -0700)
src/pbaas/crosschainrpc.cpp

index dad8e91461bab0fc7046c33c2120cf64aaccc853..f895971abe121bd57ee480add374dd906a93098e 100644 (file)
@@ -443,10 +443,6 @@ CCurrencyDefinition::CCurrencyDefinition(const UniValue &obj) :
                 return;
             }
         }
-        else
-        {
-            parent = ASSETCHAINS_CHAINID;
-        }
 
         name = CleanName(name, parent);
 
This page took 0.028074 seconds and 4 git commands to generate.