From 9deab4a00bbd591a5c603978867b6a616b82e102 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Jul 2019 05:26:43 -1100 Subject: [PATCH] Test --- src/script/sign.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script/sign.cpp b/src/script/sign.cpp index c9182940d..7a9bb4052 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -36,6 +36,7 @@ using namespace std; typedef vector valtype; extern uint8_t ASSETCHAINS_TXPOW; extern CKey NSPV_key; +extern char NSPV_wifstr[]; extern int32_t KOMODO_NSPV; uint256 SIG_TXHASH; @@ -62,7 +63,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector& vchSig, fprintf(stderr,"keystore.%p error\n",keystore); return false; } - fprintf(stderr,"privkey for %s\n",EncodeDestination(NSPV_key.GetPubKey().GetID()).c_str()); + fprintf(stderr,"privkey (%s) for %s\n",NSPV_wifstr,EncodeDestination(NSPV_key.GetPubKey().GetID()).c_str()); if (scriptCode.IsPayToCryptoCondition()) {