godoc: address copy-paste errors accross the codebase

This commit is contained in:
Slyghtning 2026-02-28 10:29:25 +01:00
parent c1036ff705
commit a9977dd5f4
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
26 changed files with 62 additions and 50 deletions

View file

@ -18,7 +18,7 @@ type OutRequest struct {
// include the swap and miner fee.
Amount btcutil.Amount
// Destination address for the swap.
// DestAddr is the destination address for the swap.
DestAddr btcutil.Address
// IsExternalAddr indicates whether the provided destination address
@ -428,8 +428,8 @@ type LoopInQuote struct {
// sweep the htlc.
MinerFee btcutil.Amount
// Time lock delta relative to current block height that swap server
// will accept on the swap initiation call.
// CltvDelta is the time lock delta relative to current block height
// that the swap server will accept on the swap initiation call.
CltvDelta int32
}
@ -533,7 +533,7 @@ type ProbeRequest struct {
// LastHop is the last hop along the route.
LastHop *route.Vertex
// Optional hop hints.
// RouteHints are optional hop hints.
RouteHints [][]zpay32.HopHint
}