chore: fix struct names

Signed-off-by: hidewrong <hidewrong@outlook.com>
This commit is contained in:
hidewrong
2024-04-17 11:19:31 +08:00
parent 2ccf58e2af
commit 8afb978c81
3 changed files with 3 additions and 3 deletions

View File

@@ -329,7 +329,7 @@ func (h *HtlcSucceedInput) CraftInputScript(signer Signer, txn *wire.MsgTx,
}, nil
}
// HtlcsSecondLevelAnchorInput is an input type used to spend HTLC outputs
// HtlcSecondLevelAnchorInput is an input type used to spend HTLC outputs
// using a re-signed second level transaction, either via the timeout or success
// paths.
type HtlcSecondLevelAnchorInput struct {