fix spork setPrivKey (#1051)

This commit is contained in:
Nathan Marley 2016-09-29 17:19:00 -05:00 committed by UdjinM6
parent bdf1a6d24d
commit 1f98bdff06

View File

@ -180,7 +180,7 @@ bool CSporkManager::SetPrivKey(std::string strPrivKey)
{ {
CSporkMessage spork; CSporkMessage spork;
spork.Sign(strMasterPrivKey); spork.Sign(strPrivKey);
if(spork.CheckSignature()){ if(spork.CheckSignature()){
// Test signing successful, proceed // Test signing successful, proceed