mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
Remove obsolete comment.
This commit is contained in:
parent
7f30e20170
commit
9b78765975
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ public class BlockChain {
|
|||
StoredBlock newStoredBlock = buildStoredBlock(storedPrev, block);
|
||||
// Store it.
|
||||
blockStore.put(newStoredBlock);
|
||||
// TODO: Break the assumption of object equality here.
|
||||
if (storedPrev.equals(chainHead)) {
|
||||
// This block connects to the best known block, it is a normal continuation of the system.
|
||||
chainHead = newStoredBlock;
|
||||
|
|
Loading…
Add table
Reference in a new issue