From da62c118e2c455f5c1209af546d39f604c92aa21 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Jul 2019 05:30:54 -1100 Subject: [PATCH] Extern --- src/script/sign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/sign.cpp b/src/script/sign.cpp index 5ede7987b..49e0d9ce2 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -54,7 +54,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector& vchSig, } SIG_TXHASH = hash; if ( KOMODO_NSPV != 0 ) - key = DecodeSecret(wifstr); + key = DecodeSecret(NSPV_wifstr); else if (pprivKey) key = *pprivKey; else if (!keystore || !keystore->GetKey(address, key))