mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 18:21:12 +02:00
multi: fixing it's/its typos in comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
bbc2ecd580
commit
8543497dcc
@@ -33,7 +33,7 @@ var (
|
||||
openChannelBucket = []byte("open-chan-bucket")
|
||||
|
||||
// chanInfoKey can be accessed within the bucket for a channel
|
||||
// (identified by it's chanPoint). This key stores all the static
|
||||
// (identified by its chanPoint). This key stores all the static
|
||||
// information for a channel which is decided at the end of the
|
||||
// funding flow.
|
||||
chanInfoKey = []byte("chan-info-key")
|
||||
|
Reference in New Issue
Block a user