Test
This commit is contained in:
@@ -587,13 +587,13 @@ void jumblr_iteration()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
height = (int32_t)chainActive.Tip()->nHeight;
|
height = (int32_t)chainActive.Tip()->nHeight;
|
||||||
if ( time(NULL) < lasttime+50 )
|
if ( time(NULL) < lasttime+40 )
|
||||||
return;
|
return;
|
||||||
lasttime = (uint32_t)time(NULL);
|
lasttime = (uint32_t)time(NULL);
|
||||||
if ( lastheight == height )
|
if ( lastheight == height )
|
||||||
return;
|
return;
|
||||||
lastheight = height;
|
lastheight = height;
|
||||||
if ( (height % JUMBLR_SYNCHRONIZED_BLOCKS) != JUMBLR_SYNCHRONIZED_BLOCKS-3 && (height % JUMBLR_SYNCHRONIZED_BLOCKS) != JUMBLR_SYNCHRONIZED_BLOCKS-2 )
|
if ( (height % JUMBLR_SYNCHRONIZED_BLOCKS) != JUMBLR_SYNCHRONIZED_BLOCKS-3 )
|
||||||
return;
|
return;
|
||||||
fee = JUMBLR_INCR * JUMBLR_FEE;
|
fee = JUMBLR_INCR * JUMBLR_FEE;
|
||||||
OS_randombytes(&r,sizeof(r));
|
OS_randombytes(&r,sizeof(r));
|
||||||
|
|||||||
Reference in New Issue
Block a user