Merge pull request #8658 from hidewrong/master

chore: fix struct names
This commit is contained in:
Oliver Gugger
2024-04-24 10:56:20 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,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 {