Skip to content

Commit

Permalink
add block delay log
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev committed Mar 2, 2024
1 parent 5ee0a94 commit 1299b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/executors/AbstractExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export abstract class AbstractExecutor {
Mail: [{ name: 'metadataJson', type: 'string' }],
};
const networkStatusObj = this.network.getStatusObjectForApi();
this.clog('debug', `⚠️ Log block ${blockNumber} delay: ${delay}, isNotEmitted: ${isNotEmitted}`);
const blockData = {
metadataJson: jsonStringify({
delay,
Expand Down

0 comments on commit 1299b02

Please sign in to comment.