lnwallet: add missing OP_CHECKSIG op in senderHTLCScript comment

This commit is contained in:
Olaoluwa Osuntokun 2017-11-10 14:18:03 -08:00
parent c8479410d2
commit 367c6b10fc
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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,