From 5b118354e79aa4ce6bed975f3520e7f6d222242d Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Fri, 15 Sep 2017 13:18:17 -0700 Subject: [PATCH] Rm print_trade --- xcat/protocol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xcat/protocol.py b/xcat/protocol.py index 7f0281c..6d13e06 100644 --- a/xcat/protocol.py +++ b/xcat/protocol.py @@ -204,7 +204,6 @@ def buyer_fulfill(trade): else: print("It looks like you've already funded the contract to buy {1}, the amount in escrow in the p2sh is {0}.".format(buy_p2sh_balance, buy.currency)) print("Please wait for the seller to remove your funds from escrow to complete the trade.") - print_trade('buyer') def initialize_trade(tradeid, **kwargs): trade = Trade()