From 351ea92a6b222730f3cfc0e39fcfc3bbaae77495 Mon Sep 17 00:00:00 2001 From: Clark Date: Wed, 22 Mar 2017 14:03:37 -0500 Subject: [PATCH] Fix typo Instead of "ensure the blockchain," it should be "enter the blockchain" --- 02-peer-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index eda7883..1824b29 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -47,7 +47,7 @@ for the commitment transaction, and send it over using the Once the channel funder receives the `funding_signed` message, they must broadcast the funding transaction to the Bitcoin network. After the `funding_signed` message is sent/received, both sides should wait -for the funding transaction to ensure the blockchain and reach their +for the funding transaction to enter the blockchain and reach their specified depth (number of confirmations). After both sides have sent the `funding_locked` message, the channel is established and can begin normal operation. The `funding_locked` message includes information