MofN address

This commit is contained in:
jl777
2018-08-21 04:40:10 -11:00
parent 3dd69622f0
commit da629dfe5a
6 changed files with 46 additions and 2 deletions

View File

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