From 42d40873328f0308bca3665fa829804c1c68c6b8 Mon Sep 17 00:00:00 2001 From: Rigel Date: Fri, 21 Apr 2017 14:26:29 -0400 Subject: [PATCH] doc clarity --- docs/guide/basecoin-basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/basecoin-basics.md b/docs/guide/basecoin-basics.md index 9ecb08c44..3cc179038 100644 --- a/docs/guide/basecoin-basics.md +++ b/docs/guide/basecoin-basics.md @@ -41,6 +41,7 @@ If you take a look at the `genesis.json` file, you will see one account listed t This account corresponds to the private key in `key.json`. We also included the private key for another account, in `key2.json`. +Leave basecoin running and open a new terminal window. Let's check the balance of these two accounts: ```