mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
multi: fix typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
663c396235
commit
4009f7f874
@@ -11,7 +11,7 @@ type PongPayload []byte
|
||||
// Pong message.
|
||||
type Pong struct {
|
||||
// PongBytes is a set of opaque bytes that corresponds to the
|
||||
// NumPongBytes defined in the ping message that this this pong is
|
||||
// NumPongBytes defined in the ping message that this pong is
|
||||
// replying to.
|
||||
PongBytes PongPayload
|
||||
}
|
||||
|
Reference in New Issue
Block a user