]> Git Repo - VerusCoin.git/blobdiff - src/init.cpp
Encapsulate public keys in CPubKey
[VerusCoin.git] / src / init.cpp
index c01dc270865fcbd63dadafc646bec165d2c81aeb..8295534e6224e23fce732acaa1fc22e28edd83d5 100644 (file)
@@ -604,7 +604,7 @@ bool AppInit2()
         // Create new keyUser and set as default key
         RandAddSeedPerfmon();
 
-        std::vector<unsigned char> newDefaultKey;
+        CPubKey newDefaultKey;
         if (!pwalletMain->GetKeyFromPool(newDefaultKey, false))
             strErrors << _("Cannot initialize keypool") << "\n";
         pwalletMain->SetDefaultKey(newDefaultKey);
This page took 0.020627 seconds and 4 git commands to generate.