Skip to content

Commit c71b35c

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 bcbbc4b commit c71b35c

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
@@ -662,6 +662,7 @@ mod tests {
662662
type OnNewAccount = ();
663663
type OnKilledAccount = ();
664664
type SystemWeightInfo = ();
665+
type SS58Prefix = ();
665666
}
666667

667668
parameter_types! {

0 commit comments

Comments
 (0)