mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 10:51:10 +00:00
Refund messages confirmation tx (#1904)
* Refund messages confirmation tx * Fixes
This commit is contained in:
committed by
Bastian Köcher
parent
f5fee288b9
commit
ba155f990f
@@ -77,8 +77,7 @@ where
|
||||
/// even honest relayers may lose their funds if there are multiple relays running and
|
||||
/// submitting the same messages/confirmations.
|
||||
fn validate(call: &T::RuntimeCall) -> TransactionValidity {
|
||||
call.check_obsolete_receive_messages_proof()?;
|
||||
call.check_obsolete_receive_messages_delivery_proof()
|
||||
call.check_obsolete_call()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user