mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 12:45:40 +00:00
No wildcard patterns in Cargo.toml (#1789)
* dependabot doesn't support wildcard patterns in cargo.toml and we want dependabot * spelling for "fresh" crates * and fmt * spelling again
This commit is contained in:
committed by
Bastian Köcher
parent
ec9cd8ddb0
commit
1b608e4b9f
@@ -163,13 +163,13 @@ pub mod source {
|
||||
#[derive(RuntimeDebug)]
|
||||
pub struct FromThisChainMessageVerifier<B>(PhantomData<B>);
|
||||
|
||||
/// The error message returned from LaneMessageVerifier when outbound lane is disabled.
|
||||
/// The error message returned from `LaneMessageVerifier` when outbound lane is disabled.
|
||||
pub const MESSAGE_REJECTED_BY_OUTBOUND_LANE: &str =
|
||||
"The outbound message lane has rejected the message.";
|
||||
/// The error message returned from LaneMessageVerifier when too many pending messages at the
|
||||
/// The error message returned from `LaneMessageVerifier` when too many pending messages at the
|
||||
/// lane.
|
||||
pub const TOO_MANY_PENDING_MESSAGES: &str = "Too many pending messages at the lane.";
|
||||
/// The error message returned from LaneMessageVerifier when call origin is mismatch.
|
||||
/// The error message returned from `LaneMessageVerifier` when call origin is mismatch.
|
||||
pub const BAD_ORIGIN: &str = "Unable to match the source origin to expected target origin.";
|
||||
|
||||
impl<B> LaneMessageVerifier<OriginOf<ThisChain<B>>, FromThisChainMessagePayload>
|
||||
|
||||
Reference in New Issue
Block a user