mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-02 19:19:18 +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_ELSE
|
||||
// OP_HASH160 <ripemd160(payment hash)> OP_EQUALVERIFY
|
||||
// OP_CHECKSIG
|
||||
// OP_ENDIF
|
||||
// OP_ENDIF
|
||||
func senderHTLCScript(senderKey, receiverKey, revocationKey *btcec.PublicKey,
|
||||
|
Loading…
x
Reference in New Issue
Block a user