File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardano-db-sync/src/Cardano/DbSync/Era/Byron Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ insertABlock syncEnv firstBlockOfEpoch blk details = do
193
193
when (followingClosely && slotWithinEpoch /= 0 && Byron. blockNumber blk `mod` 20 == 0 ) $ do
194
194
logInfo tracer $
195
195
mconcat
196
- [ " insertByronBlock : continuing epoch "
196
+ [ " Insert Byron Block : continuing epoch "
197
197
, textShow epoch
198
198
, " (slot "
199
199
, textShow slotWithinEpoch
@@ -203,7 +203,7 @@ insertABlock syncEnv firstBlockOfEpoch blk details = do
203
203
]
204
204
logger followingClosely tracer $
205
205
mconcat
206
- [ " insertByronBlock : epoch "
206
+ [ " Insert Byron Block : epoch "
207
207
, textShow (unEpochNo $ sdEpochNo details)
208
208
, " , slot "
209
209
, textShow (Byron. slotNumber blk)
You can’t perform that action at this time.
0 commit comments