mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-05 05:36:44 +00:00
Merge pull request #47 from planetmint/jmastr/revert-account-address-prefix
Revert AccountAddressPrefix to default
This commit is contained in:
commit
5a205e1b4c
@ -116,6 +116,7 @@ import (
|
||||
assetmodule "planetmint-go/x/asset"
|
||||
assetmodulekeeper "planetmint-go/x/asset/keeper"
|
||||
assetmoduletypes "planetmint-go/x/asset/types"
|
||||
|
||||
// this line is used by starport scaffolding # stargate/app/moduleImport
|
||||
|
||||
appparams "planetmint-go/app/params"
|
||||
@ -123,7 +124,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
AccountAddressPrefix = "plmt"
|
||||
AccountAddressPrefix = "cosmos"
|
||||
Name = "planetmint-go"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user