From eae0bbe3f8a2150ec00db52931769f4a520acb46 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 27 Jul 2020 13:09:20 -1000 Subject: [PATCH] update numbering --- A2_1_Starting_the_Regtest.md => A3_1_Starting_the_Regtest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename A2_1_Starting_the_Regtest.md => A3_1_Starting_the_Regtest.md (92%) diff --git a/A2_1_Starting_the_Regtest.md b/A3_1_Starting_the_Regtest.md similarity index 92% rename from A2_1_Starting_the_Regtest.md rename to A3_1_Starting_the_Regtest.md index 28f7c8c..7ffdf89 100644 --- a/A2_1_Starting_the_Regtest.md +++ b/A3_1_Starting_the_Regtest.md @@ -27,5 +27,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](15_2_Mining_with_Regtest.md). -This will allow you to get balance in your wallet and [test the Regtest blockchain](15_3_Testing_with_Regtest.md). +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). +This will allow you to get balance in your wallet and [test the Regtest blockchain](A3_3_Testing_with_Regtest.md).