Closed quentinlesceller closed 6 years ago
After Update to Testnet2 https://github.com/mimblewimble/grin-explorer/pull/14 we need to compute the difficulty from the total difficulty. See https://github.com/mimblewimble/grin/pull/777 for reference. TLDR:
let target_difficulty = header.total_difficulty.clone() - prev.total_difficulty.clone();
Fixed with 7d89ab0
After Update to Testnet2 https://github.com/mimblewimble/grin-explorer/pull/14 we need to compute the difficulty from the total difficulty. See https://github.com/mimblewimble/grin/pull/777 for reference. TLDR: