mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
New relayer rewards scheme integration (#1652)
* relayer rewards integration: initial commit * added refund-relayer-extension to the millau runtime * spelling * spelling again * new -> Default
This commit is contained in:
committed by
Bastian Köcher
parent
161d861d9b
commit
2c5e2f09eb
@@ -114,6 +114,7 @@ impl ChainWithTransactions for Millau {
|
||||
frame_system::CheckWeight::<millau_runtime::Runtime>::new(),
|
||||
pallet_transaction_payment::ChargeTransactionPayment::<millau_runtime::Runtime>::from(unsigned.tip),
|
||||
millau_runtime::BridgeRejectObsoleteHeadersAndMessages,
|
||||
millau_runtime::BridgeRefundRialtoParachainRelayers::default(),
|
||||
),
|
||||
(
|
||||
(),
|
||||
@@ -125,6 +126,7 @@ impl ChainWithTransactions for Millau {
|
||||
(),
|
||||
(),
|
||||
(),
|
||||
()
|
||||
),
|
||||
);
|
||||
let signature = raw_payload.using_encoded(|payload| param.signer.sign(payload));
|
||||
|
||||
Reference in New Issue
Block a user