Browse Source

Merge pull request #702 from jl777/jl777

Test
patch-3
jl777 7 years ago
committed by GitHub
parent
commit
c1ffb6e9ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      iguana/iguana_notary.c

4
iguana/iguana_notary.c

@ -135,9 +135,9 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he
if ( OS_thread_create((void *)((uint64_t)&ptrs[5] + sizeof(struct dpow_checkpoint)),NULL,(void *)dpow_statemachinestart,(void *)ptrs) != 0 )
{
}
if ( ht > 100 )
if ( ht > 1000 )
{
for (i=ht-100; i>=0; i--)
for (i=ht-1000; i>=0; i--)
{
if ( (i % 100) != 0 && (bp= dp->blocks[i]) != 0 && bp->state == 0xffffffff )
{

Loading…
Cancel
Save