Ask buyer b4 send funds

This commit is contained in:
Jay Graber 2017-08-25 10:36:54 -07:00
parent f85648d963
commit ac1c8a371b
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ def checkBuyStatus(tradeid):
print("This trade is complete, both sides redeemed.")
elif status == 'sellerFunded':
print("One active trade available, fulfilling buyer contract...")
input("Type 'enter' to allow this program to send funds on your behalf.")
print("Trade commitment", trade.commitment)
# if verify_p2sh(trade):
fund_tx = fund_contract(trade.buy)