mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 23:18:01 +00:00
committed by
Bastian Köcher
parent
955e2332c3
commit
68e56296fe
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user