mycoin -> strings

This commit is contained in:
rigelrozanski
2017-10-09 01:14:16 -04:00
parent 80ebfe9c0e
commit 2ea45d8ec2
23 changed files with 91 additions and 91 deletions
+2 -2
View File
@@ -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
}
]
+1 -1
View File
@@ -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{