Skip to content

Commit

Permalink
Update vendor/orchestra-event-observer/src/indexer/stacks/blocks_pool.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brice <brice@hiro.so>
  • Loading branch information
lgalabru and obycode authored Jul 14, 2022
1 parent a62ca61 commit 8dd59d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ impl StacksBlockPool {
Some(block) => block.clone(),
None => {
error!(
"unable to retrive Stacks {} from block store",
"unable to retrieve Stacks {} from block store",
block_identifier
);
return Err(ChainSegmentIncompatibility::Unknown);
Expand Down

0 comments on commit 8dd59d9

Please sign in to comment.