github BreakoutCoin/Breakout-Chain-Client v1.6.6.0
Fixed typos in checkpoints

2 years ago

Checkpoints are used by block locator, which currently tracks backwards through blocks to a checkpoint, then forward to find the needed block based on its height, ensuring that it has found a mainchain block. I added checkpoints every 10,000 blocks to speed this process, but I accidentally trimmed the last character of each checkpoint hash. This release fixes that mistake, speeding up the client for many tasks, and making the synchronization through the network once again possible.

Don't miss a new Breakout-Chain-Client release

NewReleases is sending notifications on new releases.