mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
CheckBridgedBlockNumber -> BridgeRejectObsoleteGrandpaHeader (#1442)
This commit is contained in:
committed by
Bastian Köcher
parent
5e2e5906e8
commit
db2bc11476
@@ -115,7 +115,7 @@ impl TransactionSignScheme for Millau {
|
||||
frame_system::CheckNonce::<millau_runtime::Runtime>::from(param.unsigned.nonce),
|
||||
frame_system::CheckWeight::<millau_runtime::Runtime>::new(),
|
||||
pallet_transaction_payment::ChargeTransactionPayment::<millau_runtime::Runtime>::from(param.unsigned.tip),
|
||||
millau_runtime::CheckBridgedBlockNumber, // TODO
|
||||
millau_runtime::BridgeRejectObsoleteGrandpaHeader,
|
||||
),
|
||||
(
|
||||
(),
|
||||
|
||||
Reference in New Issue
Block a user