From 3a5aa75fb616c473c66bed1dc3a9eb3effe3ee21 Mon Sep 17 00:00:00 2001 From: gabridome Date: Mon, 19 Feb 2018 19:41:00 +0100 Subject: [PATCH] A more detailed description of the "amount" field The more frequent question I ask to myself when initiating channels regards the amount field. In this document we have three different denominations and the modification proposed aims to address the possible doubts or errors. The names , or (this last is omitted because the denomination is in the description) are not so elegant but they could serve the purpose. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a12495f5..f68257f49 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ First you need to transfer some funds to `lightningd` so that it can open a chan cli/lightning-cli newaddr # Returns a transaction id -bitcoin-cli -testnet sendtoaddress
+bitcoin-cli -testnet sendtoaddress
``` `lightningd` will register the funds once the transaction is @@ -102,7 +102,7 @@ Let's assume the **remote** node is accepting connections at ``` cli/lightning-cli connect [] -cli/lightning-cli fundchannel +cli/lightning-cli fundchannel ``` This opens a connection and, on top of that connection, then opens a channel.