mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-14 19:01:10 +02:00
lnwallet: add missing OP_CHECKSIG op in senderHTLCScript comment
This commit is contained in:
parent
c8479410d2
commit
367c6b10fc
@ -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…
x
Reference in New Issue
Block a user