mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: fix some comments
Signed-off-by: jinjingroad <jinjingroad@sina.com>
This commit is contained in:
parent
d47158d58e
commit
12bc3b2e9e
4 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ const (
|
|||
HtlcV3
|
||||
)
|
||||
|
||||
// htlcScript defines an interface for the different HTLC implementations.
|
||||
// HtlcScript defines an interface for the different HTLC implementations.
|
||||
type HtlcScript interface {
|
||||
// genSuccessWitness returns the success script to spend this htlc with
|
||||
// the preimage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue