Closed cryptcoin-junkey closed 6 years ago
checking now CanSyncWithoutPow should not test PoW so this is strange.
@cryptcoin-junkey thanks! I just disabled PoW check in CanSyncWithoutPow now. Rebase your PR. It should work. (Close this issue if it is solved)
Looks fixed by dc668ec72ad03e62217f67d91230ae9a2540ded3. I close this. Thanks!
I'm implementing Monacoin support that isn't implemented PoW related code. This issue will not reproduce on Scrypt based coins.
I got an error with logs below. I'm not sure but it seems
SkipPoWCheck
doesn't set totrue
whennodeClient.GetBlocks()
is called inCanSyncWithoutPow()
.