This commit is contained in:
jl777
2017-01-22 20:49:08 +02:00
parent 5579179291
commit a663f2365b
2 changed files with 44 additions and 35 deletions

View File

@@ -988,7 +988,7 @@ int32_t komodo_kvsigverify(uint8_t *buf,int32_t len,uint256 _pubkey,uint256 sig)
printf(" -> ");
for (i=0; i<32; i++)
printf("%02x",((uint8_t *)&pubkey)[i]);
printf(" pubkey\n");
printf(" verify pubkey\n");
if ( memcmp(&checksig,&sig,sizeof(sig)) != 0 )
return(-1);
}