Skip to content

Commit a141432

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 b2001ca commit a141432

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
@@ -618,6 +618,7 @@ mod tests {
618618
type OnNewAccount = ();
619619
type OnKilledAccount = ();
620620
type SystemWeightInfo = ();
621+
type SS58Prefix = ();
621622
}
622623

623624
type Balance = u64;

0 commit comments

Comments
 (0)