From minecraft2048 at gmail.com Mon Dec 25 03:12:50 2017 From: minecraft2048 at gmail.com (Ignatius Rivaldi) Date: Mon, 25 Dec 2017 14:12:50 +1100 Subject: [Lightning-dev] Is it possible to fund multiple channels using single transaction with multiple output? Message-ID: Hi, I'm a noob in bitcoin and lightning network, and several days ago I just knew a concept called transaction batching, which is to pay multiple payments with single transaction and single transaction fee, which is much cheaper then doing multiple payments with multiple transactions and multiple transaction fee. Now, is it possible to use this thing to create multiple lightning channels with single transaction, reducing transaction fee? Thanks,