We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2a431 commit 4ad0885Copy full SHA for 4ad0885
integration-tests/call-runtime/lib.rs
@@ -21,7 +21,7 @@ enum RuntimeCall {
21
///
22
23
/// [See here for more.](https://substrate.stackexchange.com/questions/778/how-to-get-pallet-index-u8-of-a-pallet-in-runtime)
24
- #[codec(index = 4)]
+ #[codec(index = 8)]
25
Balances(BalancesCall),
26
}
27
0 commit comments