↧
Answer by yyforyongyu for Can someone explain how an HTLC is redeemed?
Check the Script wiki would be helpful. I once did this by hand, here's the process.First, put the unlocking script on top of the locking script,<remotehtlcsig> <payment_preimage># To...
View ArticleAnswer by Ugam Kamat for Can someone explain how an HTLC is redeemed?
There are three ways in which that offered HTLC output can be redeemed: Revocation using the revocation public key (the example you mentioned), redeemed using a valid payment preimage or back to the...
View ArticleCan someone explain how an HTLC is redeemed?
I'm looking at Bolt 3 in the Lightning rfc. My question is about how a HTLC is redeemed. Example HTLC script for reference:# To remote node with revocation keyOP_DUP OP_HASH160...
View Article