From 792b03754621448feff8b9d4380f5cf214aceda2 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 14 Oct 2020 13:49:25 -1000 Subject: [PATCH] caps --- 18_3_Setting_Up_a_Channel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/18_3_Setting_Up_a_Channel.md b/18_3_Setting_Up_a_Channel.md index 9aabe9d..3296a06 100644 --- a/18_3_Setting_Up_a_Channel.md +++ b/18_3_Setting_Up_a_Channel.md @@ -76,7 +76,7 @@ Note that the value is listed in satoshis or microsatoshis, not Bitcoin! Now that you have funded your c-lightning wallet you will need information about a remote node to start creating channel process. -### Connecting to remote node +### Connecting to a Remote Node The next thing you need to do is connect your node to a peer. This is done with the `lightning-cli connect` command. Remember that if you want more information on this command, you should type `lightning-cli help connect`. @@ -92,7 +92,7 @@ $ lightning-cli --network=testnet connect 032a7572dc013b6382cde391d79f292ced2730 } ``` -### Opening a channel +### Opening a Channel The fundchannel RPC command opens a payment channel with a peer by committing a funding transaction to the blockchain. You should use `lightning-cli fundchannel` command to do so, with the following parameters: