mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-04 18:54:00 +02:00
chore: fix struct names
Signed-off-by: hidewrong <hidewrong@outlook.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user