Skip to content

Commit 9ec15ab

Browse files
marvelshanbenluelo
andcommitted
fix(voyager): correct error message to refer to finality instead of consensus
Co-authored-by: ben <[email protected]>
1 parent 5b536f4 commit 9ec15ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/voyager-message/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ pub struct ProofModuleNotFound {
10341034
module_error!(ProofModuleNotFound);
10351035

10361036
#[derive(Debug, Clone, PartialEq, thiserror::Error)]
1037-
#[error("no module loaded for consensus on chain `{0}`")]
1037+
#[error("no module loaded for finality on chain `{0}`")]
10381038
pub struct FinalityModuleNotFound(pub ChainId);
10391039

10401040
module_error!(FinalityModuleNotFound);

0 commit comments

Comments
 (0)