1
0

broadcast tx of payment request

This commit is contained in:
ThomasV
2014-06-12 15:15:05 +02:00
parent 68a75af1bd
commit 4e1068b343
2 changed files with 23 additions and 17 deletions

View File

@@ -283,9 +283,6 @@ class PaymentRequest:
def send_ack(self, raw_tx, refund_addr):
if self.has_expired():
return False, "has expired"
pay_det = self.details
if not self.details.payment_url:
return False, "no url"