It seems like this is a transient state similar to the "warming up" state that happens during reorg tests. The problem is that result=None so result['error'] raises an exception. When the block fetcher loop crashes, the test (reorg_drop_claim, reorg_change_claim_height) times out.
Fixes #92
It seems like this is a transient state similar to the "warming up" state that happens during reorg tests. The problem is that
result=None
soresult['error']
raises an exception. When the block fetcher loop crashes, the test (reorg_drop_claim, reorg_change_claim_height) times out.