Skip to content

Commit eaf228c

Browse files
committed
locli: update to the rename of the "TraceLedgerEvent.TookSnapshot" event
1 parent 1d7cfcd commit eaf228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bench/locli/src/Cardano/Unlog/LogObject.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ interpreters = map3ple Map.fromList . unzip3 . fmap ent $
264264
<*> pure 1
265265

266266
-- Ledger snapshots:
267-
, (,,,) "TraceSnapshotEvent.TookSnapshot" "LedgerEvent.TookSnapshot" "ChainDB.LedgerEvent.TookSnapshot" $
267+
, (,,,) "TraceSnapshotEvent.TookSnapshot" "TraceLedgerEvent.TookSnapshot" "ChainDB.LedgerEvent.TookSnapshot" $
268268
\_ -> pure LOLedgerTookSnapshot
269269

270270
-- Tx receive path & mempool:

0 commit comments

Comments
 (0)