Change fermion to steak
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user