From dc01cf19851992e8cb0121f3565fc426bc25f3af Mon Sep 17 00:00:00 2001 From: Flash Sheridan Date: Thu, 22 Aug 2019 16:48:14 -0400 Subject: [PATCH] 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/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaadb89850..5fd57a712b 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes The above fields should be fine for most purposes, although we'd recommend changing the `nonce` to some random value so you prevent unknown remote nodes from being able -to connect to you. If you'd like to pre-fund some accounts for easier testing, you can +to connect to you. If you'd like to pre-fund some existing accounts for easier testing, you can populate the `alloc` field with account configs: ```json