btcrelay
btcrelay copied to clipboard
Modify break statement of nTime loop
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
Thanks! (Will merge when I get permissions back)