rust-lightning/src
Matt Corallo da014797b0 Properly calculate Channel::announce_publicly
For some reason we were only setting "announce_publicly" when
Channel::new_from_req had announce_publicly set to true and the
open_channel message had the relevant flag set. However, this
resulted in us rejecting peers for sending unsolicited
announcement_signatures messages, despite them having indicated,
and us having accepted, their announce-bit-set open_channel.
2018-07-26 15:11:36 -04:00
..
chain Convert fee API to per_kw instead of per_vb 2018-07-24 20:34:56 -04:00
ln Properly calculate Channel::announce_publicly 2018-07-26 15:11:36 -04:00
util Fix some tab-space errors in #84 2018-07-26 11:57:43 -04:00
lib.rs adding BIP69 test-cases 2018-07-25 18:33:03 -07:00