This commit is contained in:
jl777
2019-01-19 21:32:52 -11:00
parent 0139e3eedf
commit 6a696bdecf
2 changed files with 23 additions and 1 deletions

View File

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