@ -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
@ -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<n; i++)
for (i=0; i<n; i++)
{
while ( ((1LL << k) & bestmask) == 0 )
if ( ++k >= bp->numnotaries )