diff options
Diffstat (limited to 'core/lattice.go')
-rw-r--r-- | core/lattice.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/lattice.go b/core/lattice.go index f76813d..f94ca5a 100644 --- a/core/lattice.go +++ b/core/lattice.go @@ -211,10 +211,6 @@ func (l *Lattice) addBlockToLattice( } for _, b := range outputBlocks { - // TODO(jimmy-dexon): change this name of classic DEXON algorithm. - if l.debug != nil { - l.debug.StronglyAcked(b.Hash) - } l.logger.Debug("Calling Application.BlockConfirmed", "block", b) l.app.BlockConfirmed(*b.Clone()) // Purge blocks in pool with the same chainID and lower height. |