Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: add multiple new certificate events test (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko authored Sep 25, 2023
1 parent 9736b2b commit e648ede
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 19 deletions.
2 changes: 1 addition & 1 deletion crates/topos-sequencer-subnet-runtime/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ impl SubnetRuntimeProxy {
Ok(())
}
Err(topos_sequencer_subnet_client::Error::BlockNotAvailable(block_number)) => {
error!("New block {block_number} not yet available, trying again soon");
warn!("New block {block_number} not yet available, trying again soon");
Err(Error::SubnetError {
source: topos_sequencer_subnet_client::Error::BlockNotAvailable(block_number),
})
Expand Down
Loading

0 comments on commit e648ede

Please sign in to comment.