From b80f4fb0aaeeaa2167f046007ee8a473acd26019 Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Tue, 1 Aug 2017 13:35:11 -0700 Subject: [PATCH] Wording changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71fc112..1483663 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Funds sell p2sh. They can use the checktrade command to automatically take the n ### Buyer: -Funds by p2sh. Also uses checktrade command locally. +Funds buy p2sh, also by using checktrade command to automatically proceed. `xcat checktrade testtrade` @@ -44,13 +44,13 @@ Redeems buyer p2sh. **At this stage, we need to manually export the trade again, because we haven't added the `walletnotify` functionality which will let the buyer determine what the seller's redeem tx was.** -So seller exports trade again and sends to seller, so they have the seller's redeem_tx. (this is a temporary measure) +So seller exports trade again and sends to buyer, so they will have the seller's redeem_tx. (this is a temporary measure) `xcat exportrade testtrade` ### Buyer: -Imports exported trade. +Imports trade hexstring received from seller. `xcat importtrade testtrade`