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.