Skip to content

Commit

Permalink
Add da waited time to sync block log
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Mar 20, 2024
1 parent e243f04 commit 2423514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/blockchain/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func logBlockSyncStatus(block interfaces.ReadOnlyBeaconBlock, blockRoot [32]byte
"version": version.String(block.Version()),
"sinceSlotStartTime": prysmTime.Now().Sub(startTime),
"chainServiceProcessedTime": prysmTime.Now().Sub(receivedTime) - daWaitedTime,
"dutyAssumedWaitTime": daWaitedTime,
"deposits": len(block.Body().Deposits()),
}
log.WithFields(lf).Debug("Synced new block")
Expand Down

0 comments on commit 2423514

Please sign in to comment.