Skip to content

Commit 70b0af1

Browse files
authored
Merge pull request #794 from crystalstall/master
chore: fix some comments for struct field
2 parents 4c49039 + 27a234d commit 70b0af1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

liquidity/liquidity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ type Suggestions struct {
671671
// swaps on to the reason that we did not recommend a swap.
672672
DisqualifiedChans map[lnwire.ShortChannelID]Reason
673673

674-
// Disqualified peers maps the set of peers that we do not recommend
674+
// DisqualifiedPeers maps the set of peers that we do not recommend
675675
// swaps for to the reason that they were excluded.
676676
DisqualifiedPeers map[route.Vertex]Reason
677677
}

sweepbatcher/sweep_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ type batch struct {
196196
// errChan is the channel over which errors are received.
197197
errChan chan error
198198

199-
// batchTx is the transaction that is currently being monitored for
199+
// batchTxid is the transaction that is currently being monitored for
200200
// confirmations.
201201
batchTxid *chainhash.Hash
202202

sweepbatcher/sweep_batcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ type Batcher struct {
229229
// signerClient is the signer client that is used by batches.
230230
signerClient lndclient.SignerClient
231231

232-
// musig2ServerKit includes all the required functionality to collect
232+
// musig2ServerSign includes all the required functionality to collect
233233
// and verify signatures by the swap server in order to cooperatively
234234
// sweep funds.
235235
musig2ServerSign MuSig2SignSweep

0 commit comments

Comments
 (0)