mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
godoc: address copy-paste errors accross the codebase
This commit is contained in:
parent
c1036ff705
commit
a9977dd5f4
26 changed files with 62 additions and 50 deletions
|
|
@ -658,7 +658,7 @@ type routeCancelMetadata struct {
|
|||
|
||||
// outCancelDetails contains the information required to cancel a loop out swap.
|
||||
type outCancelDetails struct {
|
||||
// Hash is the swap's hash.
|
||||
// hash is the swap's hash.
|
||||
hash lntypes.Hash
|
||||
|
||||
// paymentAddr is the payment address for the swap's invoice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue