File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
simulation/src/LeiosProtocol/Short Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ data LeiosNodeState m = LeiosNodeState
121121 , ledgerStateVar :: ! (TVar m (Map (HeaderHash RankingBlock ) LedgerState ))
122122 , ibsNeededForEBVar :: ! (TVar m (Map EndorseBlockId (Set InputBlockId )))
123123 , votesForEBVar :: ! (TVar m (Map EndorseBlockId CertificateProgress ))
124- -- ^ TODO: prune of EBs that won't make it into chain anymore.
125124 }
126125
127126type CertificatesProgress = Map EndorseBlockId CertificateProgress
@@ -478,8 +477,6 @@ leiosNode tracer cfg followers peers = do
478477
479478 let computeLedgerStateThreads = [computeLedgerStateThread tracer cfg leiosState]
480479
481- -- TODO: expiration times to be decided. At least need EB/IBs to be
482- -- around long enough to compute ledger state if they end in RB.
483480 let pruningThreads =
484481 concat
485482 [ [ pruneExpiredVotes tracer cfg leiosState
You can’t perform that action at this time.
0 commit comments