This commit is contained in:
jl777
2018-07-24 07:54:27 -11:00
parent b2b7d05b5e
commit cd56547d35
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,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]);