Skip to content

Commit

Permalink
Fix incorrect Mainnet address tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jun 17, 2019
1 parent 7221cad commit 1c9fbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jormungandr/src/Cardano/Wallet/Jormungandr/Environment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ instance ToText Network where
instance KnownNetwork 'Mainnet where
networkVal = Mainnet
hrp = unsafeHumanReadablePart "ca"
single = 0x03
grouped = 0x04
single = 0x3
grouped = 0x4

instance KnownNetwork 'Testnet where
networkVal = Testnet
Expand Down

0 comments on commit 1c9fbed

Please sign in to comment.