mycoin -> strings
This commit is contained in:
@@ -139,7 +139,7 @@ var PrivValJSON = `{
|
||||
}`
|
||||
|
||||
// GetGenesisJSON returns a new tendermint genesis with Basecoin app_options
|
||||
// that grant a large amount of "mycoin" to a single address
|
||||
// that grant a large amount of "strings" to a single address
|
||||
// TODO: A better UX for generating genesis files
|
||||
func GetGenesisJSON(chainID, addr string, options string) string {
|
||||
return fmt.Sprintf(`{
|
||||
@@ -161,7 +161,7 @@ func GetGenesisJSON(chainID, addr string, options string) string {
|
||||
"address": "%s",
|
||||
"coins": [
|
||||
{
|
||||
"denom": "mycoin",
|
||||
"denom": "strings",
|
||||
"amount": 9007199254740992
|
||||
}
|
||||
]
|
||||
|
||||
@@ -253,7 +253,7 @@ package commands
|
||||
// ibc.IBCTx `json:"unwrap"`
|
||||
// }{ibcTx}))
|
||||
|
||||
// smallCoins := coin.Coin{"mycoin", 1}
|
||||
// smallCoins := coin.Coin{"strings", 1}
|
||||
|
||||
// input := types.NewTxInput(r.privKey.PubKey, coin.Coins{smallCoins}, sequence)
|
||||
// tx := &types.AppTx{
|
||||
|
||||
Reference in New Issue
Block a user