CheckBridgedBlockNumber -> BridgeRejectObsoleteGrandpaHeader (#1442)

This commit is contained in:
Svyatoslav Nikolsky
2022-06-07 12:29:03 +03:00
committed by Bastian Köcher
parent 5e2e5906e8
commit db2bc11476
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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,
),
(
(),