From 2087c63bc22bddc88a320eb4f55dc48cf48a8e46 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 4 Aug 2020 12:27:51 -1000 Subject: [PATCH] Update A3_1_Starting_the_Regtest.md --- A3_1_Starting_the_Regtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A3_1_Starting_the_Regtest.md b/A3_1_Starting_the_Regtest.md index 59dcb49..2cd448c 100644 --- a/A3_1_Starting_the_Regtest.md +++ b/A3_1_Starting_the_Regtest.md @@ -26,5 +26,5 @@ $ rm -rf regtest ## What's Next? -After starting your bitcoind on regtest, you can now use RPC commands to [generate/mine blocks in your private chain](A2_2_Mining_with_Regtest.md). +After starting your bitcoind on regtest, you can now use RPC commands to [generate blocks in your private chain](A2_2_Mining_with_Regtest.md). This will allow you to get balance in your wallet and [test the Regtest blockchain](A3_3_Testing_with_Regtest.md).