diff --git a/src/cc/CCutils.cpp b/src/cc/CCutils.cpp index 0e18d4f49..e3cc4045e 100644 --- a/src/cc/CCutils.cpp +++ b/src/cc/CCutils.cpp @@ -242,7 +242,7 @@ bool Myprivkey(uint8_t myprivkey[]) if ( pwalletMain->GetKey(keyID,vchSecret) != 0 ) { memcpy(myprivkey,vchSecret.begin(),32); - if ( 1 ) + if ( 0 ) { for (i=0; i<32; i++) fprintf(stderr,"0x%02x, ",myprivkey[i]);