|
|
@ -594,7 +594,12 @@ void dpow_sigscheck(struct supernet_info *myinfo,struct dpow_info *dp,struct dpo |
|
|
|
printf("complete statemachine.%s ht.%d state.%d (%x %x)\n",coin->symbol,bp->height,bp->state,bp->hashmsg.uints[0],txid.uints[0]); |
|
|
|
} |
|
|
|
} else printf("sendtxid mismatch got %s instead of %s\n",bits256_str(str,txid),bits256_str(str2,signedtxid)); |
|
|
|
} //else printf("dpow_sigscheck: mismatched txid.%s vs %s\n",bits256_str(str,txid),retstr);
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
bp->state = 0xffffffff; |
|
|
|
printf("dpow_sigscheck: mismatched txid.%s vs %s\n",bits256_str(str,txid),retstr); |
|
|
|
} |
|
|
|
free(retstr); |
|
|
|
retstr = 0; |
|
|
|
} |
|
|
|