This commit is contained in:
jl777
2018-07-24 07:48:55 -11:00
parent 0542b1cd55
commit fac62537c4
2 changed files with 3 additions and 3 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]);