lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

fixed blocks coming in too fast on testnet #253

Closed BrannonKing closed 5 years ago

BrannonKing commented 5 years ago

When we get a delayed block, we thereafter knock the difficulty so low that it takes multiple (up to a 100) blocks to get back up to sufficient difficulty. It doesn't make sense for us to do this as we already adjust difficulty every block.

bvbfan commented 5 years ago

I'm OK with changes, let's @lbrynaut makes final review.