strings -> mycoin (cointype change)

This commit is contained in:
rigelrozanski
2017-10-11 13:24:49 -04:00
parent d3b4d42458
commit 40c79a65b3
24 changed files with 93 additions and 93 deletions
+2 -2
View File
@@ -162,7 +162,7 @@ func CreateGenesisValidatorFiles(cfg *config.Config, genesis, privVal, appName s
}
// GetGenesisJSON returns a new tendermint genesis with Basecoin app_options
// that grant a large amount of "strings" to a single address
// that grant a large amount of "mycoin" to a single address
// TODO: A better UX for generating genesis files
func GetGenesisJSON(pubkey, chainID, addr string, options string) string {
return fmt.Sprintf(`{
@@ -184,7 +184,7 @@ func GetGenesisJSON(pubkey, chainID, addr string, options string) string {
"address": "%s",
"coins": [
{
"denom": "strings",
"denom": "mycoin",
"amount": 9007199254740992
}
]
+1 -1
View File
@@ -253,7 +253,7 @@ package commands
// ibc.IBCTx `json:"unwrap"`
// }{ibcTx}))
// smallCoins := coin.Coin{"strings", 1}
// smallCoins := coin.Coin{"mycoin", 1}
// input := types.NewTxInput(r.privKey.PubKey, coin.Coins{smallCoins}, sequence)
// tx := &types.AppTx{