From 98cfb49aeebec5071d41a636bed02af6c29ee3ed Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Tue, 12 Dec 2017 12:33:50 -0800 Subject: [PATCH] small fix --- 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 a3c132b..d59ce6e 100644 --- a/15_1_Building_the_Regtest.md +++ b/15_1_Building_the_Regtest.md @@ -15,5 +15,5 @@ $ bitcoind -regtest -daemon ## 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 into your wallet and [test the Regtest blockchain](15_2_Testing_with_Regtest.md) +This will allow you to get balance into your wallet and [test the Regtest blockchain](15_2_Testing_with_Regtest.md).