Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 4, 2024
1 parent 086d806 commit 7960fff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dataworker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ export async function runDataworker(_logger: winston.Logger, baseSigner: Signer)
at: "Dataworker#index",
message: "Exiting early due to dataworker function collision",
proposalCollision,
proposedBundleData,
executorCollision,
poolRebalanceLeafExecutionCount,
unclaimedPoolRebalanceLeafCount: pendingProposal.unclaimedPoolRebalanceLeafCount,
challengePeriodNotPassed: pendingProposal.challengePeriodEndTimestamp > clients.hubPoolClient.currentTime,
pendingProposal,
});
} else {
Expand Down

0 comments on commit 7960fff

Please sign in to comment.