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

Commit

Permalink
fix: printout
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Mar 28, 2023
1 parent c663c28 commit 0f97806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/topos-sequencer/src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl AppContext {
position: cert_position,
ctx: Span::current().context(),
})
.expect("Send cross transactions to the runtime");
.expect("Propagate new delivered Certificate to the runtime");
}
});
}
Expand Down

0 comments on commit 0f97806

Please sign in to comment.