mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 02:15:29 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -328,7 +328,7 @@ func SenderHTLCScript(senderHtlcKey, receiverHtlcKey,
|
||||
// HTLC to claim the output with knowledge of the revocation private key in the
|
||||
// scenario that the sender of the HTLC broadcasts a previously revoked
|
||||
// commitment transaction. A valid spend requires knowledge of the private key
|
||||
// that corresponds to their revocation base point and also the private key fro
|
||||
// that corresponds to their revocation base point and also the private key from
|
||||
// the per commitment point, and a valid signature under the combined public
|
||||
// key.
|
||||
func SenderHtlcSpendRevokeWithKey(signer Signer, signDesc *SignDescriptor,
|
||||
|
@@ -84,7 +84,7 @@ const (
|
||||
// us to sweep an HTLC output that we extended to a party, but was
|
||||
// never fulfilled. This _is_ the HTLC output directly on our
|
||||
// commitment transaction, and the input to the second-level HTLC
|
||||
// tiemout transaction. It can only be spent after CLTV expiry, and
|
||||
// timeout transaction. It can only be spent after CLTV expiry, and
|
||||
// commitment confirmation.
|
||||
HtlcOfferedTimeoutSecondLevelInputConfirmed StandardWitnessType = 15
|
||||
|
||||
|
Reference in New Issue
Block a user