mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-07 22:56:37 +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"
|
assetmodule "planetmint-go/x/asset"
|
||||||
assetmodulekeeper "planetmint-go/x/asset/keeper"
|
assetmodulekeeper "planetmint-go/x/asset/keeper"
|
||||||
assetmoduletypes "planetmint-go/x/asset/types"
|
assetmoduletypes "planetmint-go/x/asset/types"
|
||||||
|
|
||||||
// this line is used by starport scaffolding # stargate/app/moduleImport
|
// this line is used by starport scaffolding # stargate/app/moduleImport
|
||||||
|
|
||||||
appparams "planetmint-go/app/params"
|
appparams "planetmint-go/app/params"
|
||||||
@ -123,7 +124,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AccountAddressPrefix = "plmt"
|
AccountAddressPrefix = "cosmos"
|
||||||
Name = "planetmint-go"
|
Name = "planetmint-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user