mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
lnwallet: add missing OP_CHECKSIG op in senderHTLCScript comment
This commit is contained in:
parent
c8479410d2
commit
367c6b10fc
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ func ripemd160H(d []byte) []byte {
|
||||||
// OP_DROP 2 OP_SWAP <sender key> 2 OP_CHECKMULTISIG
|
// OP_DROP 2 OP_SWAP <sender key> 2 OP_CHECKMULTISIG
|
||||||
// OP_ELSE
|
// OP_ELSE
|
||||||
// OP_HASH160 <ripemd160(payment hash)> OP_EQUALVERIFY
|
// OP_HASH160 <ripemd160(payment hash)> OP_EQUALVERIFY
|
||||||
|
// OP_CHECKSIG
|
||||||
// OP_ENDIF
|
// OP_ENDIF
|
||||||
// OP_ENDIF
|
// OP_ENDIF
|
||||||
func senderHTLCScript(senderKey, receiverKey, revocationKey *btcec.PublicKey,
|
func senderHTLCScript(senderKey, receiverKey, revocationKey *btcec.PublicKey,
|
||||||
|
|
Loading…
Add table
Reference in a new issue