From facd56a902030a91fc3f8d6714a613b2eeceb8ed Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 20:47:23 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_tx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/dpow/dpow_tx.c b/iguana/dpow/dpow_tx.c index 3cbb38234..4dd02d2a5 100755 --- a/iguana/dpow/dpow_tx.c +++ b/iguana/dpow/dpow_tx.c @@ -236,6 +236,8 @@ cJSON *dpow_vins(struct iguana_info *coin,struct dpow_block *bp,int8_t bestk,uin void dpow_rawtxsign(struct supernet_info *myinfo,struct dpow_info *dp,struct iguana_info *coin,struct dpow_block *bp,char *rawtx,cJSON *vins,int8_t bestk,uint64_t bestmask,int32_t myind,int32_t src_or_dest) { int32_t j,m=0,retval=-1; char *jsonstr,*signedtx,*rawtx2,*sigstr; cJSON *signobj,*sobj,*txobj2,*item,*vin; bits256 srchash; struct dpow_entry *ep; struct dpow_coinentry *cp; + for (j=0; jminerkey33[j+1]; m = 0; ep = &bp->notaries[myind]; cp = (src_or_dest != 0) ? &bp->notaries[myind].dest : &bp->notaries[myind].src;