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.
This commit is contained in:
Andrey Samokhvalov
2017-07-12 16:44:17 +03:00
committed by Olaoluwa Osuntokun
parent 46ba18db9b
commit ef73062c14
5 changed files with 35 additions and 51 deletions

View File

@@ -99,5 +99,5 @@ type Peer interface {
// Disconnect disconnects with peer if we have error which we can't
// properly handle.
Disconnect()
Disconnect(reason error)
}