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
Add conditional payments to the circuit so we can do atomic swaps.
Create a extra fields in the signature dep_prev_to , dep_prev_from, dep_prev_amount, dep_next_to, dep_next_from, dep_next_amount for both the payment beore and after.
If these vaules are zero do nothing
If they are nonzero then the transaction is only valid if the following
Add conditional payments to the circuit so we can do atomic swaps.
dep_prev_to
,dep_prev_from
,dep_prev_amount
,dep_next_to
,dep_next_from
,dep_next_amount
for both the payment beore and after.The text was updated successfully, but these errors were encountered: