Skip to content

Commit

Permalink
Merge pull request #18 from irisnet/irisnet/develop
Browse files Browse the repository at this point in the history
Release/0.23.0-iris
  • Loading branch information
wukongcheng authored Jul 31, 2018
2 parents f05d761 + 4bfff66 commit ad65531
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions types/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ const (
// expected address length
AddrLen = 20

//////////////////// iris/cosmos-sdk begin ///////////////////////////
// Bech32 prefixes
Bech32PrefixAccAddr = "cosmosaccaddr"
Bech32PrefixAccPub = "cosmosaccpub"
Bech32PrefixValAddr = "cosmosvaladdr"
Bech32PrefixValPub = "cosmosvalpub"
Bech32PrefixAccAddr = "faa"
Bech32PrefixAccPub = "fap"
Bech32PrefixValAddr = "fva"
Bech32PrefixValPub = "fvp"

//////////////////// iris/cosmos-sdk end ///////////////////////////
)

//__________________________________________________________
Expand Down

0 comments on commit ad65531

Please sign in to comment.