Skip to content

Commit 4ad0885

Browse files
committed
fix e2e
1 parent fc2a431 commit 4ad0885

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/call-runtime

1 file changed

+1
-1
lines changed

integration-tests/call-runtime/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum RuntimeCall {
2121
///
2222
///
2323
/// [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)]
24+
#[codec(index = 8)]
2525
Balances(BalancesCall),
2626
}
2727

0 commit comments

Comments
 (0)