From ffee042226faed49b189d5f3080963024be52f13 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 20:22:08 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 0093cbb71..36cf91422 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -794,7 +794,7 @@ void dpow_handler(struct supernet_info *myinfo,struct basilisk_message *msg) { for (i=0; i<32; i++) srchash.bytes[i] = msg->data[i]; - vcalc_sha256(0,txid.bytes,&msg->data[32],msg->datalen-32); + txid = bits256_doublesha256(0,&msg->data[32],msg->datalen-32); init_hexbytes_noT(bp->signedtx,&msg->data[32],msg->datalen-32); if ( bits256_cmp(txid,srchash) == 0 ) {