mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
BHK/P alignments (#2115)
* Constants * Unused import? * Cargo.lock * Unused deps * TODO: fix doc or reimport? * Try to aviod redefine para_id constant for `RefundableParachainId` * Checked and removed TODOs
This commit is contained in:
committed by
Bastian Köcher
parent
d479232c34
commit
7188765244
@@ -54,16 +54,13 @@ pub enum Call {
|
||||
Utility(UtilityCall<Call>),
|
||||
|
||||
/// Polkadot bridge pallet.
|
||||
// TODO: the index is wrong (https://github.com/paritytech/parity-bridges-common/issues/1945)
|
||||
#[codec(index = 41)]
|
||||
#[codec(index = 51)]
|
||||
BridgePolkadotGrandpa(BridgePolkadotGrandpaCall),
|
||||
/// Polkadot parachain bridge pallet.
|
||||
// TODO: the index is wrong (https://github.com/paritytech/parity-bridges-common/issues/1945)
|
||||
#[codec(index = 42)]
|
||||
#[codec(index = 52)]
|
||||
BridgePolkadotParachain(BridgeParachainCall),
|
||||
/// Polkadot messages bridge pallet.
|
||||
// TODO: the index is wrong (https://github.com/paritytech/parity-bridges-common/issues/1945)
|
||||
#[codec(index = 46)]
|
||||
#[codec(index = 53)]
|
||||
BridgePolkadotMessages(BridgePolkadotMessagesCall),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user