From 7f5c9f252f8e02f593db579271f6136f965ada5e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 07:08:20 -1100 Subject: [PATCH] Test --- src/cc/CCutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCutils.cpp b/src/cc/CCutils.cpp index af92b69a3..ceddd40ae 100644 --- a/src/cc/CCutils.cpp +++ b/src/cc/CCutils.cpp @@ -228,7 +228,7 @@ bool Myprivkey(uint8_t myprivkey[]) if ( pwalletMain->GetKey(keyID,vchSecret) != 0 ) { memcpy(myprivkey,vchSecret.begin(),32); - if ( 0 ) + if ( 1 ) { for (i=0; i<32; i++) fprintf(stderr,"0x%02x, ",myprivkey[i]);