Rm print_trade

This commit is contained in:
Jay Graber 2017-09-15 13:18:17 -07:00
parent 7e39d8a48b
commit 5b118354e7
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ def buyer_fulfill(trade):
else: 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("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("Please wait for the seller to remove your funds from escrow to complete the trade.")
print_trade('buyer')
def initialize_trade(tradeid, **kwargs): def initialize_trade(tradeid, **kwargs):
trade = Trade() trade = Trade()