Skip to content

Commit

Permalink
Fix generate-allocs command name in readme
Browse files Browse the repository at this point in the history
It's generate-allocs, not generate-alloc
  • Loading branch information
infinisil committed Jan 27, 2021
1 parent 3d99a8a commit 2cf51fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Possible networks: `etc`, `eth`, `mordor`, `testnet-internal`
```
- generate genesis allocs (using private keys and/or addresses)
```
`./bin/mantis cli generate-alloc --balance=42 --address=8b196738d90cf3d9fc299e0ec28e15ebdcbb0bdcb281d9d5084182c9c66d5d12 --key=00b11c32957057651d56cd83085ef3b259319057e0e887bd0fdaee657e6f75d1`
`./bin/mantis cli generate-allocs --balance=42 --address=8b196738d90cf3d9fc299e0ec28e15ebdcbb0bdcb281d9d5084182c9c66d5d12 --key=00b11c32957057651d56cd83085ef3b259319057e0e887bd0fdaee657e6f75d1`
```
- generate multiple key-pairs (following example generate 5 key-pairs)
```
Expand Down

0 comments on commit 2cf51fd

Please sign in to comment.