Skip to content

Commit

Permalink
Merge pull request #15 from zhiqiang-bianjie/irisnet/irisnet/develop
Browse files Browse the repository at this point in the history
Modify the bech32 prefix: cosmos--->iris
  • Loading branch information
wukongcheng authored Jul 30, 2018
2 parents f05d761 + 9291624 commit e0c0747
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 e0c0747

Please sign in to comment.