Skip to content

Commit

Permalink
fix(staging-kusama-runtime): duplicated dynamic params codec for `mod…
Browse files Browse the repository at this point in the history
… treasury`
  • Loading branch information
pandres95 committed Dec 17, 2024
1 parent db30521 commit 0b4323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ pub mod dynamic_params {

/// Parameters used by `pallet-treasury` to handle the burn process.
#[dynamic_pallet_params]
#[codec(index = 0)]
#[codec(index = 1)]
pub mod treasury {
/// A structure that includes the fraction of treasury surplus to handle instead of
/// plainly burning. It is expected that these two values work together.
Expand Down

0 comments on commit 0b4323c

Please sign in to comment.