Skip to content

Commit f1fccca

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 5496bd4 commit f1fccca

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
@@ -100,6 +100,7 @@ impl frame_system::Config for Test {
100100
type OnNewAccount = ();
101101
type OnKilledAccount = ();
102102
type SystemWeightInfo = ();
103+
type SS58Prefix = ();
103104
}
104105

105106
impl<C> frame_system::offchain::SendTransactionTypes<C> for Test

0 commit comments

Comments
 (0)