From 7ce5dc95bc63455603511ee602146cbfe9471b95 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 27 Jul 2020 13:08:43 -1000 Subject: [PATCH] renumber --- ...tcoin_Regtest.md => A3_0_Setting_Up_a_Bitcoin_Regtest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename A2_0_Setting_Up_a_Bitcoin_Regtest.md => A3_0_Setting_Up_a_Bitcoin_Regtest.md (77%) diff --git a/A2_0_Setting_Up_a_Bitcoin_Regtest.md b/A3_0_Setting_Up_a_Bitcoin_Regtest.md similarity index 77% rename from A2_0_Setting_Up_a_Bitcoin_Regtest.md rename to A3_0_Setting_Up_a_Bitcoin_Regtest.md index c8d5b7a..c2f72f5 100644 --- a/A2_0_Setting_Up_a_Bitcoin_Regtest.md +++ b/A3_0_Setting_Up_a_Bitcoin_Regtest.md @@ -12,6 +12,6 @@ After working through this chapter, a developer will be able to: * Get balance and interact with Bitcoind in a private way ## Table of Contents - * [Section One: Starting the Regtest](A2_1_Starting_the_Regtest.md) - * [Section Two: Mining with Regtest](A2_2_Mining_with_Regtest.md) - * [Section Three: Testing with Regtest](A2_3_Testing_with_Regtest.md) + * [Section One: Starting the Regtest](A3_1_Starting_the_Regtest.md) + * [Section Two: Mining with Regtest](A3_2_Mining_with_Regtest.md) + * [Section Three: Testing with Regtest](A3_3_Testing_with_Regtest.md)