btcrelay icon indicating copy to clipboard operation
btcrelay copied to clipboard

Modify break statement of nTime loop

Open jaeykim opened this issue 7 years ago • 1 comments

I think this break prevents the loop from starting the refetch again, because the statement always breaks the loop. And also instance.heightToStartFetch = getLastBlockHeight() + 1 should be changed to instance.heightToStartFetch = heightToRefetch + 1

jaeykim avatar May 22 '18 08:05 jaeykim

Thanks! (Will merge when I get permissions back)

ethers avatar Jul 23 '18 08:07 ethers