From ac7655863dd80d9c5ab2de280019a2563184b66f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 8 Jan 2017 20:43:13 +0200 Subject: [PATCH] test --- iguana/dpow/dpow_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index 44476610f..09e83a9ea 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -727,7 +727,7 @@ void dpow_bestconsensus(struct dpow_block *bp) void dpow_nanoutxoset(struct supernet_info *myinfo,struct dpow_info *dp,struct dpow_nanoutxo *np,struct dpow_block *bp,int32_t isratify) { - int32_t i,err; cJSON *ujson; char coinaddr[64]; uint16_t vout; + int32_t i,err,vout; cJSON *ujson; char coinaddr[64]; if ( bp->myind < 0 ) return; if ( isratify != 0 )