fix spork setPrivKey (#1051)
This commit is contained in:
parent
bdf1a6d24d
commit
1f98bdff06
@ -180,7 +180,7 @@ bool CSporkManager::SetPrivKey(std::string strPrivKey)
|
||||
{
|
||||
CSporkMessage spork;
|
||||
|
||||
spork.Sign(strMasterPrivKey);
|
||||
spork.Sign(strPrivKey);
|
||||
|
||||
if(spork.CheckSignature()){
|
||||
// Test signing successful, proceed
|
||||
|
Loading…
Reference in New Issue
Block a user