File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments