From f0f4b21c5a38c56093fbd8277641ff2abf5c9352 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Mon, 18 Oct 2021 12:29:41 -0700 Subject: [PATCH] Edited 12_path_finding.asciidoc with Atlas code editor --- 12_path_finding.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_path_finding.asciidoc b/12_path_finding.asciidoc index 3d3d783..776a5dd 100644 --- a/12_path_finding.asciidoc +++ b/12_path_finding.asciidoc @@ -65,7 +65,7 @@ In a payment channel connecting A<-->B: Capacity:: This is the aggregate amount of satoshis that were funded into the 2-of-2 multisig with the funding transaction. It represents the maximum amount of value held in the channel. The channel capacity is announced by the gossip protocol and is known to nodes. -Balance:: This is the amount of satoshis held by each channel partner that can be sent to the other channel partner. A subset of the balance of A can be sent in the direction (A-->B) toward node B. A subset of the balance of B can be sent in the opposite direction (A<--B). +Balance:: This is the amount of satoshis held by each channel partner that can be sent to the other channel partner. A subset of the balance of A can be sent in the direction (A->B) toward node B. A subset of the balance of B can be sent in the opposite direction (A<-B). Liquidity:: The available (subset) balance that can actually be sent across the channel in one direction. Liquidity of A is equal to the balance of A minus the channel reserve and any pending HTLCs committed by A.