Skip to content

Commit

Permalink
removed unused SS58 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Nov 14, 2023
1 parent 58dc9fb commit d0472e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions primitives/chain-westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ impl ChainWithGrandpa for Westend {
const AVERAGE_HEADER_SIZE_IN_JUSTIFICATION: u32 = AVERAGE_HEADER_SIZE_IN_JUSTIFICATION;
}

parameter_types! {
pub const SS58Prefix: u8 = 42;
}

// The SignedExtension used by Westend.
pub use bp_polkadot_core::CommonSignedExtension as SignedExtension;

Expand Down

0 comments on commit d0472e7

Please sign in to comment.