From f1a074dade29105d35a300c3adac415b32ed8068 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 13 Oct 2016 20:35:07 -0300 Subject: [PATCH] test --- iguana/dPoW.h | 2 +- iguana/iguana_notary.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/dPoW.h b/iguana/dPoW.h index 9f86c57b0..07a56963c 100755 --- a/iguana/dPoW.h +++ b/iguana/dPoW.h @@ -17,7 +17,7 @@ #define INCLUDE_DPOW_H #define DPOW_M(bp) (5) // (((bp)->numnotaries >> 1) + 1) -#define DPOW_VERSION 0x0100 +#define DPOW_VERSION 0x0102 #define DPOW_UTXOSIZE 10000 #define DPOW_FIFOSIZE 64 diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 68c3bef1a..85b8a58f3 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -688,7 +688,7 @@ void dpow_rawtxsign(struct supernet_info *myinfo,struct iguana_info *coin,struct flag = 1; n = cJSON_GetArraySize(vins); k = (bp->height % bp->numnotaries) % bp->numnotaries; - for (i=n=0; i= bp->numnotaries )