lnd/htlcswitch
Andrey Samokhvalov ef73062c14 peer+server+htlcswitch: add reason to disconnnect function
In order to recognize exact reason of the disconnect the additional
field have been added in the disconnect function.
2017-07-14 19:08:04 -07:00
..
circuit.go htlcswitch: update test utilities to latest switch/link changes 2017-06-17 00:03:42 +02:00
interfaces.go peer+server+htlcswitch: add reason to disconnnect function 2017-07-14 19:08:04 -07:00
iterator.go htlcswitch: eliminate HopID in favor of a [33]byte for compressed pub keys 2017-06-16 23:38:52 +02:00
link.go peer+server+htlcswitch: add reason to disconnnect function 2017-07-14 19:08:04 -07:00
link_test.go htlcswitch: handle update_fee message received from peer. 2017-07-14 16:39:15 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
mock.go peer+server+htlcswitch: add reason to disconnnect function 2017-07-14 19:08:04 -07:00
packet.go htlcswitch: change over all internal indexes to use short channel ID's 2017-06-16 23:49:46 +02:00
queue.go htlcswitch: change over all internal indexes to use short channel ID's 2017-06-16 23:49:46 +02:00
queue_test.go htlcswitch: run all unit tests in parallel 2017-06-17 00:41:47 +02:00
switch.go htlcswitch: restore the ability to properly handle debughtlc recv's 2017-07-04 15:58:23 -07:00
switch_test.go htlcswitch: run all unit tests in parallel 2017-06-17 00:41:47 +02:00
test_utils.go htlcswitch: handle update_fee message received from peer. 2017-07-14 16:39:15 -07:00