Skip to content

Commit d17b8d1

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 a00ce92 commit d17b8d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ impl frame_system::Config for Test {
6363
type OnNewAccount = ();
6464
type OnKilledAccount = ();
6565
type SystemWeightInfo = ();
66+
type SS58Prefix = ();
6667
}
6768

6869
impl Config for Test {

0 commit comments

Comments
 (0)