Split HTLC tracking into separate Inbound/Outbound types
authorMatt Corallo <git@bluematt.me>
Sun, 9 Sep 2018 16:53:57 +0000 (12:53 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 11 Sep 2018 19:02:10 +0000 (15:02 -0400)
This isnt as simplifying as I'd hoped, but still increases
compile-time checking, which is nice, and removes one of two
panic!()s.


No differences found