Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export class CheckpointSubTreeOrchestrator extends ProvingScheduler {
if (!txs.length) {
// Empty block: setBlockCompleted handles this without addTxs being called. Bail to
// avoid the throw below (we cannot find the blockNumber without any txs).
this.logger.warn(`Provided no txs to addTxs.`);
this.logger.verbose(`Provided no txs to addTxs.`);
return;
}

Expand Down
Loading