From 3575fd609f265e4bd3eaf1f9a4546d47d2f5d2f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 19:59:34 -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 7b876b5b6..c2c41a86e 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -789,7 +789,7 @@ void dpow_handler(struct supernet_info *myinfo,struct basilisk_message *msg) { if ( (bp= dpow_heightfind(myinfo,height,channel == DPOW_UTXOBTCCHANNEL)) != 0 ) { - vcalc_sha256(0,txid.bytes,msg->data[32],msg->datalen); + vcalc_sha256(0,txid.bytes,msg->data,msg->datalen); init_hexbytes_noT(bp->signedtx,msg->data,msg->datalen); if ( bits256_cmp(txid,srchash) == 0 ) {