numentropytxs

This commit is contained in:
jl777
2018-12-01 03:18:45 -11:00
parent 760d30b22b
commit d6dfb8c250

View File

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