Skip to content

Commit cea2c80

Browse files
FlashSheridankaralabe
authored andcommitted
README: accounts in alloc field should exist (#20005)
* Accounts in alloc field must already exist Note that accounts in alloc field must already exist, as pointed out by Simeon Vanov in https://gettoshare.com/2017/10/30/how-to-use-genesis-json-alloc-property/ * Change wording per PR review comment * README: minor fixups
1 parent 67bfc93 commit cea2c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
233233

234234
The above fields should be fine for most purposes, although we'd recommend changing
235235
the `nonce` to some random value so you prevent unknown remote nodes from being able
236-
to connect to you. If you'd like to pre-fund some accounts for easier testing, you can
237-
populate the `alloc` field with account configs:
236+
to connect to you. If you'd like to pre-fund some accounts for easier testing, create
237+
the accounts and populate the `alloc` field with their addresses.
238238

239239
```json
240240
"alloc": {

0 commit comments

Comments
 (0)