Skip to content

Commit

Permalink
Update atomic_transfer.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
nicosey authored Mar 13, 2024
1 parent d801946 commit ae7c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/atomic_transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Any participant doesn't call `/transfer/unlock` within the `batch-time` then no-

A latch transfer enables a statecoin to be transferred on condition of the sucessful payment of a Lightning network invoice. This is a protocol that enforces atomicity of the statecoin transfer and lightning payment - it can be used for the sale of a statecoin UTXO for an arbtrary amount of bitcoin in a private and non-custodial way without counterparty risk.

The latch transfer protocol uses the method of *Hodl invoices* where funds are locked until the payment hash pre-image is revealed. A hodl ivoice can be resolved in one of two ways:
The latch transfer protocol uses the method of *Hodl invoices* where funds are locked until the payment hash pre-image is revealed. A hodl invoice can be resolved in one of two ways:

1. The payment is complete when the recipient releases the preimage (to the payment route).
2. The payment is canceled if the recipient does not release the preimage and the invoice expires.
Expand Down

0 comments on commit ae7c7c1

Please sign in to comment.