Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Aug 19, 2024
1 parent 40d77bc commit a8c9bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-sequencer/src/api_state_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ pub(crate) trait StateReadExt: StateRead {
impl<T: StateRead> StateReadExt for T {}

pub(crate) trait StateWriteExt: StateWrite {
#[instrument(skip_all, Debug)]
#[instrument(skip_all, err(Debug))]
fn put_sequencer_block(&mut self, block: SequencerBlock) -> Result<()> {
// split up and write the sequencer block to state in the following order:
// 1. height to block hash
Expand Down

0 comments on commit a8c9bfa

Please sign in to comment.