mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
multi: fix typos and grammar issues in comments [skip ci]
This commit is contained in:
@@ -15,8 +15,7 @@ const (
|
||||
)
|
||||
|
||||
// DeleteSessionReply is a message sent in response to a client's DeleteSession
|
||||
// request. The message indicates whether or not the deletion was a success or
|
||||
// failure.
|
||||
// request. The message indicates whether the deletion was a success or failure.
|
||||
type DeleteSessionReply struct {
|
||||
// Code will be non-zero if the watchtower was not able to delete the
|
||||
// requested session.
|
||||
|
||||
Reference in New Issue
Block a user