Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Dec 4, 2023
1 parent 88f2d03 commit 7ffe2d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/libs/storage/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub trait WriteBlockStore: BlockStore {
block_number: BlockNumber,
_payload: &Payload,
) -> ctx::Result<()> {
tracing::error!("default verify_payload() impl");
let head_number = self.head_block(ctx).await?.header.number;
if head_number >= block_number {
return Err(anyhow::anyhow!(
Expand Down

0 comments on commit 7ffe2d5

Please sign in to comment.