mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 23:15:36 +02:00
watchtower/wtserver/server: print connFailure error code name
This commit is contained in:
@@ -142,6 +142,6 @@ func (s *Server) replyCreateSession(peer Peer, id *wtdb.SessionID,
|
||||
// disconnect the client.
|
||||
return &connFailure{
|
||||
ID: *id,
|
||||
Code: uint16(code),
|
||||
Code: code,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user