You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say tlc tlc represents an request of user_a sending some money to user_b on the condition of user_b revealing some preimage preimage_x to the hash hash_y. We can only remove tlc from channel state we are sure this tlc is included in a new commitment transaction. Otherwise, the following case can happen. If (for whatever reason) user_b refuses to send a new commitment transaction partial signature to user_a, then user_a can't take back the money because we have removed the tlc from our state, so we don't know how to take back the money even after tlc expiry.
The text was updated successfully, but these errors were encountered:
Say tlc
tlc
represents an request ofuser_a
sending some money touser_b
on the condition ofuser_b
revealing some preimagepreimage_x
to the hashhash_y
. We can only removetlc
from channel state we are sure this tlc is included in a new commitment transaction. Otherwise, the following case can happen. If (for whatever reason)user_b
refuses to send a new commitment transaction partial signature touser_a
, thenuser_a
can't take back the money because we have removed the tlc from our state, so we don't know how to take back the money even after tlc expiry.The text was updated successfully, but these errors were encountered: