mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
docs: fix typo in watchtower document and code comment [skip ci]
This commit is contained in:
@@ -4,7 +4,7 @@ import "io"
|
||||
|
||||
// StateUpdate transmits an encrypted state update from the client to the
|
||||
// watchtower. Each state update is tied to particular session, identified by
|
||||
// the client's brontine key used to make the request.
|
||||
// the client's brontide key used to make the request.
|
||||
type StateUpdate struct {
|
||||
// SeqNum is a 1-indexed, monotonically incrementing sequence number.
|
||||
// This number represents to the client's expected sequence number when
|
||||
|
Reference in New Issue
Block a user