Skip to content

Commit e225d1e

Browse files
ArturWieczorekkderme
authored andcommitted
Update message for insertion of Byron block
Update message to match format for other eras: Insert Alonzo Block: epoch 2, slot 172836, block 8640, hash fb9af565b4e... Insert Babbage Block: epoch 3, slot 259215, block 13012, hash 447cc9cf1...
1 parent 443d023 commit e225d1e

File tree

1 file changed

+2
-2
lines changed
  • cardano-db-sync/src/Cardano/DbSync/Era/Byron

1 file changed

+2
-2
lines changed

cardano-db-sync/src/Cardano/DbSync/Era/Byron/Insert.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ insertABlock syncEnv firstBlockOfEpoch blk details = do
193193
when (followingClosely && slotWithinEpoch /= 0 && Byron.blockNumber blk `mod` 20 == 0) $ do
194194
logInfo tracer $
195195
mconcat
196-
[ "insertByronBlock: continuing epoch "
196+
[ "Insert Byron Block: continuing epoch "
197197
, textShow epoch
198198
, " (slot "
199199
, textShow slotWithinEpoch
@@ -203,7 +203,7 @@ insertABlock syncEnv firstBlockOfEpoch blk details = do
203203
]
204204
logger followingClosely tracer $
205205
mconcat
206-
[ "insertByronBlock: epoch "
206+
[ "Insert Byron Block: epoch "
207207
, textShow (unEpochNo $ sdEpochNo details)
208208
, ", slot "
209209
, textShow (Byron.slotNumber blk)

0 commit comments

Comments
 (0)