mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
companion: for call usage https://github.com/paritytech/substrate/pull/9418 (#3522)
* add test for call size * fix box arg * fix xcm variant length + increase limit a bit * fix para sudo wrapper call length * reorganize * fmt * fix tests * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
36b390ceea
commit
f78f803698
@@ -190,8 +190,8 @@ mod tests {
|
||||
Relay::execute_with(|| {
|
||||
assert_ok!(RelayChainPalletXcm::reserve_transfer_assets(
|
||||
relay_chain::Origin::signed(ALICE),
|
||||
X1(Parachain(1)),
|
||||
X1(AccountId32 { network: Any, id: ALICE.into() }),
|
||||
Box::new(X1(Parachain(1))),
|
||||
Box::new(X1(AccountId32 { network: Any, id: ALICE.into() })),
|
||||
(Here, 123).into(),
|
||||
0,
|
||||
3,
|
||||
|
||||
Reference in New Issue
Block a user