Re: [Lightning-dev] Directionality of the transaction fees

2017-12-10 Thread Rusty Russell
Johan TorĂ¥s Halseth writes: > Hi, Edward! Welcome to the mailing list :) > The fees can indeed be set for each direction of the channel, check out > https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md#the-channel_update-message > >

[Lightning-dev] Comments on BOLT#11

2017-12-10 Thread Jonathan Underwood
Hello all, Recently I have implemented BOLT11 in node JS. You can find it on github at bitcoinjs/bolt11 (check the wip branch, I am still working on tests and looking at maybe splitting encode up into two functions, encode and sign, if anyone wants to help) Here are some comments: 1. There