From a262cb5be83e3a165661a9731e3029dbf1f4453c Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Tue, 12 Dec 2017 12:48:26 -0800 Subject: [PATCH] fix word --- 15_0_Setting_Up_a_Bitcoin_Regtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_0_Setting_Up_a_Bitcoin_Regtest.md b/15_0_Setting_Up_a_Bitcoin_Regtest.md index c5602e8..f7c319f 100644 --- a/15_0_Setting_Up_a_Bitcoin_Regtest.md +++ b/15_0_Setting_Up_a_Bitcoin_Regtest.md @@ -1,6 +1,6 @@ # Chapter 15: Setting Up a Bitcoin Regtest -While developing Bitcoin applications, it might happen that you want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet. +While developing Bitcoin applications, you might want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet. You can create a Blockchain from scratch using the Regtest, with one main advantage over Testnet: you choose when to create new blocks, so you have complete control over the environment. ## Objectives for This Chapter