mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Clarified current limitation for atomic swap
This commit is contained in:
parent
47cc921486
commit
6f675e18e3
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ This contract can be trivially used for unidirectional payment channels.
|
|||
|
||||
## Atomic Swap
|
||||
|
||||
TODO still WIP, mostly ability for Alice to check `x*G` is what is locked on
|
||||
the other chain. Check this would work on Ethereum (pubkey derivation).
|
||||
|
||||
Alice has grins and Bob has bitcoins. They would like to swap. We assume that
|
||||
Bob built an output on the Bitcoin blockchain that can be spent either by Alice
|
||||
if she learns about a hash pre-image `x`, or by Bob after time `Tb`. Alice is
|
||||
|
|
Loading…
Reference in a new issue