From 1e195d8baacb74262076adabd2a291117f8fc21e Mon Sep 17 00:00:00 2001 From: Bruno Volpato Date: Tue, 12 Dec 2017 12:49:58 -0800 Subject: [PATCH] Words fix --- 15_2_Testing_with_Regtest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15_2_Testing_with_Regtest.md b/15_2_Testing_with_Regtest.md index 808dfe3..abc7ad1 100644 --- a/15_2_Testing_with_Regtest.md +++ b/15_2_Testing_with_Regtest.md @@ -13,6 +13,6 @@ $ bitcoin-cli -regtest getbalance ``` ## Testing the Regtest -Now you should be able to use this balance for any kind of interaction with the private Blockchain, such as sending Bitcoin transactions according to [Chapter 4]((04_0_Sending_Bitcoin_Transactions.md)) in this guide. +Now you should be able to use this balance for any type of interaction with the private Blockchain, such as sending Bitcoin transactions according to [Chapter 4]((04_0_Sending_Bitcoin_Transactions.md)) in this guide. -It is important to note that in order for your transactions to complete, you will have to generate/mine new blocks, so the transactions can be included into them. +It is important to note that for your transactions to complete, you will have to generate/mine new blocks so that the transactions can be included into them.