From 0c27f80628be39028336609239c1fb0eb59d2148 Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Tue, 12 Dec 2017 13:34:18 -0800 Subject: [PATCH] Fix "What's Next?" title to conform with the repo --- 15_1_Building_the_Regtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_1_Building_the_Regtest.md b/15_1_Building_the_Regtest.md index b882c62..e82305a 100644 --- a/15_1_Building_the_Regtest.md +++ b/15_1_Building_the_Regtest.md @@ -12,7 +12,7 @@ To start your Bitcoind (Bitcoin Daemon) in Regtest mode and create a private Blo $ bitcoind -regtest -daemon ``` -## What's next +## What's Next? After starting your bitcoind in the Regtest mode, you can now use Regtest-specific RPC commands to [generate/mine blocks in your private chain](15_3_Mining_with_Regtest.md). This will allow you to get balance in your wallet and [test the Regtest blockchain](15_2_Testing_with_Regtest.md).