Update CC privkeys

This commit is contained in:
jl777
2018-08-21 09:21:51 -11:00
parent 1afe09ff4e
commit aed3f98794
3 changed files with 10 additions and 10 deletions

View File

@@ -235,7 +235,7 @@ bool Myprivkey(uint8_t myprivkey[])
{
for (i=0; i<32; i++)
fprintf(stderr,"0x%02x, ",myprivkey[i]);
fprintf(stderr," found privkey!\n");
fprintf(stderr," found privkey for %s!\n",dest);
}
return(true);
}