mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Enable pov-reclaim on rococo and westend parachains (#3858)
Enables pov-reclaim on the rococo/westend parachains, part of https://github.com/paritytech/polkadot-sdk/issues/3622
This commit is contained in:
@@ -187,6 +187,7 @@ fn construct_extrinsic(
|
||||
OnBridgeHubRococoRefundBridgeHubWestendMessages::default(),
|
||||
OnBridgeHubRococoRefundRococoBulletinMessages::default(),
|
||||
),
|
||||
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim::new(),
|
||||
);
|
||||
let payload = SignedPayload::new(call.clone(), extra.clone()).unwrap();
|
||||
let signature = payload.using_encoded(|e| sender.sign(e));
|
||||
|
||||
Reference in New Issue
Block a user