mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +00:00
Remove obsolete comment.
This commit is contained in:
parent
7f30e20170
commit
9b78765975
@ -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…
Reference in New Issue
Block a user