mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: fix some comments for struct field
Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
parent
4c490398e4
commit
27a234db66
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue