]> Git Repo - VerusCoin.git/commitdiff
Update chain name after initialization
authormiketout <[email protected]>
Sat, 6 Feb 2021 22:45:31 +0000 (14:45 -0800)
committermiketout <[email protected]>
Sat, 6 Feb 2021 22:45:31 +0000 (14:45 -0800)
src/pbaas/vdxf.cpp

index 3155d0bbb1bd57a7a43bee3740ab936c4aa7a7bb..3b2385185e6af92dc65f54b387f1d27f37ad460f 100644 (file)
@@ -99,7 +99,7 @@ std::vector<std::string> CVDXF::ParseSubNames(const std::string &Name, std::stri
 
     int numRetNames = retNames.size();
 
-    static std::string verusChainName = boost::to_lower_copy(VERUS_CHAINNAME);
+    std::string verusChainName = boost::to_lower_copy(VERUS_CHAINNAME);
 
     if (addVerus)
     {
This page took 0.025612 seconds and 4 git commands to generate.