chore: fix some comments for struct field

Signed-off-by: crystalstall <crystalruby@qq.com>
pull/794/head
crystalstall 3 months ago
parent 4c490398e4
commit 27a234db66

@ -671,7 +671,7 @@ type Suggestions struct {
// swaps on to the reason that we did not recommend a swap.
DisqualifiedChans map[lnwire.ShortChannelID]Reason
// Disqualified peers maps the set of peers that we do not recommend
// DisqualifiedPeers maps the set of peers that we do not recommend
// swaps for to the reason that they were excluded.
DisqualifiedPeers map[route.Vertex]Reason
}

@ -196,7 +196,7 @@ type batch struct {
// errChan is the channel over which errors are received.
errChan chan error
// batchTx is the transaction that is currently being monitored for
// batchTxid is the transaction that is currently being monitored for
// confirmations.
batchTxid *chainhash.Hash

@ -229,7 +229,7 @@ type Batcher struct {
// signerClient is the signer client that is used by batches.
signerClient lndclient.SignerClient
// musig2ServerKit includes all the required functionality to collect
// musig2ServerSign includes all the required functionality to collect
// and verify signatures by the swap server in order to cooperatively
// sweep funds.
musig2ServerSign MuSig2SignSweep

Loading…
Cancel
Save