Skip to content

Commit

Permalink
apply late suggestions for #2600 (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Oct 6, 2023
1 parent 0320172 commit 22f2752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/runtime-common/src/messages_call_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl<
return sp_runtime::transaction_validity::InvalidTransaction::Stale.into()
},
Some(CallInfo::ReceiveMessagesDeliveryProof(proof_info))
if is_pallet_halted || proof_info.is_obsolete() =>
if proof_info.is_obsolete() =>
{
log::trace!(
target: pallet_bridge_messages::LOG_TARGET,
Expand Down

0 comments on commit 22f2752

Please sign in to comment.