This commit is contained in:
jl777
2018-12-01 03:19:24 -11:00
parent d6dfb8c250
commit 2ee44287ad

View File

@@ -1660,7 +1660,7 @@ void *dealer0_loop(void *_arg)
}
fprintf(stderr,"dealer0 node running\n");
height = lastht = 0;
entropytx = (CTransaction *)calloc(sizeof(*entropytxs),DICE_MINUTXOS);
entropytxs = (CTransaction *)calloc(sizeof(*entropytxs),DICE_MINUTXOS);
while ( 1 )
{
while ( KOMODO_INSYNC == 0 || (height= KOMODO_INSYNC) == lastht )