Change fermion to steak

This commit is contained in:
Adrian Brink
2018-04-30 16:24:46 -07:00
parent c1daa081ef
commit d52d74582a
12 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ The ``genesis.json`` should look something like:
"address": "1D9B2356CAADF46D3EE3488E3CCE3028B4283DEE",
"coins": [
{
"denom": "fermion",
"denom": "steak",
"amount": 100000
}
]
@@ -150,7 +150,7 @@ The ``genesis.json`` should look something like:
"denom": 100
},
"max_validators": 100,
"bond_denom": "fermion"
"bond_denom": "steak"
}
}
},
+2 -2
View File
@@ -46,13 +46,13 @@ Nice. We can also lookup the validator set:
gaiacli validatorset
Then, we try to transfer some ``fermion`` to another account:
Then, we try to transfer some ``steak`` to another account:
::
gaiacli account <FOO-ADDR>
gaiacli account <BAR-ADDR>
gaiacli send --amount=10fermion --to=<BAR-ADDR> --name=foo --chain-id=test-chain
gaiacli send --amount=10steak --to=<BAR-ADDR> --name=foo --chain-id=test-chain
**Note:** We need to be careful with the ``chain-id`` and ``sequence``