From 6f675e18e3e98a40111edc1d8db3844c50b31023 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Tue, 27 Feb 2018 19:42:09 +0000 Subject: [PATCH] Clarified current limitation for atomic swap --- doc/contracts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/contracts.md b/doc/contracts.md index 811b7381e..5318b1845 100644 --- a/doc/contracts.md +++ b/doc/contracts.md @@ -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