Skip to content

Commit 262846c

Browse files
authored
Define ss58 prefix inside the runtime (#7810)
* Add SS58Prefix type to the frame_system config trait * Remove unused chain_id runtime interface
1 parent 8aec56b commit 262846c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ mod tests {
837837
type OnNewAccount = ();
838838
type OnKilledAccount = ();
839839
type SystemWeightInfo = ();
840+
type SS58Prefix = ();
840841
}
841842
impl logger::Config for Test {
842843
type Event = ();

0 commit comments

Comments
 (0)