From pm+lists at acinq.fr Tue Nov 21 09:44:50 2017 From: pm+lists at acinq.fr (Pierre) Date: Tue, 21 Nov 2017 10:44:50 +0100 Subject: [Lightning-dev] Bi-directional or uni-directional? In-Reply-To: <025e01d362a8$1a804cc0$4f80e640$@gmail.com> References: <022101d36228$8d7e60c0$a87b2240$@gmail.com> <87bmjw2uxk.fsf@rustcorp.com.au> <025e01d362a8$1a804cc0$4f80e640$@gmail.com> Message-ID: Hi, > Does this mean that each channel is funded by one party only but they can make payments in both directions (assuming that some initial payments are made by the party funding the channel)? Yes. Note that the field `push_msat` allows that initial payment to be made as part of the channel opening. > Any idea about the rationale for one-sided channel funding? It is just simpler for v1.0, but there already is a PR [1] for dual funding in the works. Cheers Pierre [1] https://github.com/lightningnetwork/lightning-rfc/pull/184