Skip to content

Commit

Permalink
Update yarn-project/sequencer-client/src/sequencer/sequencer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Palladino <[email protected]>
  • Loading branch information
PhilWindle and spalladino authored Sep 27, 2024
1 parent 6144011 commit 2380ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/sequencer-client/src/sequencer/sequencer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export class Sequencer {
// Kick off the process of collecting and validating proof quotes here so it runs alongside block building
const proofQuotePromise = this.createProofClaimForPreviousEpoch(newGlobalVariables.slotNumber.toBigInt()).catch(
e => {
this.log.debug(`Failed to create proof claim quote ${e}`);
this.log.warn(`Failed to create proof claim quote ${e}`);
return undefined;
},
);
Expand Down

0 comments on commit 2380ac7

Please sign in to comment.