Extern
This commit is contained in:
@@ -54,7 +54,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
|
|||||||
}
|
}
|
||||||
SIG_TXHASH = hash;
|
SIG_TXHASH = hash;
|
||||||
if ( KOMODO_NSPV != 0 )
|
if ( KOMODO_NSPV != 0 )
|
||||||
key = DecodeSecret(wifstr);
|
key = DecodeSecret(NSPV_wifstr);
|
||||||
else if (pprivKey)
|
else if (pprivKey)
|
||||||
key = *pprivKey;
|
key = *pprivKey;
|
||||||
else if (!keystore || !keystore->GetKey(address, key))
|
else if (!keystore || !keystore->GetKey(address, key))
|
||||||
|
|||||||
Reference in New Issue
Block a user