mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
committed by
Bastian Köcher
parent
d554639380
commit
6e3b083ab3
@@ -53,7 +53,7 @@ pub enum ReceivalResult {
|
||||
Dispatched(MessageDispatchResult),
|
||||
/// Message has invalid nonce and lane has rejected to accept this message.
|
||||
InvalidNonce,
|
||||
/// There are too many unrewarded relayer entires at the lane.
|
||||
/// There are too many unrewarded relayer entries at the lane.
|
||||
TooManyUnrewardedRelayers,
|
||||
/// There are too many unconfirmed messages at the lane.
|
||||
TooManyUnconfirmedMessages,
|
||||
|
||||
@@ -1713,7 +1713,7 @@ mod tests {
|
||||
#[test]
|
||||
fn receive_messages_delivery_proof_rejects_proof_if_declared_relayers_state_is_invalid() {
|
||||
run_test(|| {
|
||||
// when number of relayers entires is invalid
|
||||
// when number of relayers entries is invalid
|
||||
assert_noop!(
|
||||
Pallet::<TestRuntime>::receive_messages_delivery_proof(
|
||||
Origin::signed(1),
|
||||
|
||||
Reference in New Issue
Block a user