Skip to content

Commit

Permalink
revert testnet version from 45 to 42 (paritytech#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored Jul 14, 2020
1 parent 6172371 commit c2e7f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpallets/protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ mod network {
}

pub const MAINNET_ADDR_VER: AddrVersion = 44;
pub const TESTNET_ADDR_VER: AddrVersion = 45;
pub const TESTNET_ADDR_VER: AddrVersion = 42; // 42 is Ss58AddressFormat::SubstrateAccount
}

0 comments on commit c2e7f83

Please sign in to comment.