Skip to content

Commit

Permalink
Modify the bech32 prefix: cosmos--->iris
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhiqiang committed Jul 30, 2018
1 parent f05d761 commit 9291624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const (
AddrLen = 20

// Bech32 prefixes
Bech32PrefixAccAddr = "cosmosaccaddr"
Bech32PrefixAccPub = "cosmosaccpub"
Bech32PrefixValAddr = "cosmosvaladdr"
Bech32PrefixValPub = "cosmosvalpub"
Bech32PrefixAccAddr = "irisaccaddr"
Bech32PrefixAccPub = "irisaccpub"
Bech32PrefixValAddr = "irisvaladdr"
Bech32PrefixValPub = "irisvalpub"
)

//__________________________________________________________
Expand Down

0 comments on commit 9291624

Please sign in to comment.