mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
chore: fix some comments for struct field
Signed-off-by: linghuying <1599935829@qq.com>
This commit is contained in:
@@ -379,7 +379,7 @@ type Machine struct {
|
||||
// errors that cause partial writes.
|
||||
nextHeaderSend []byte
|
||||
|
||||
// nextHeaderBody holds a reference to the remaining body bytes to write
|
||||
// nextBodySend holds a reference to the remaining body bytes to write
|
||||
// out for a pending message. This allows us to tolerate timeout errors
|
||||
// that cause partial writes.
|
||||
nextBodySend []byte
|
||||
|
Reference in New Issue
Block a user