Skip to content

Commit

Permalink
fix 1312
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasV committed Jun 23, 2015
1 parent 74bdc7a commit 56f8fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paymentrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def send_ack(self, raw_tx, refund_addr):
if not self.details.payment_url:
return False, "no url"

paymnt = paymentrequest_pb2.Payment()
paymnt = pb2.Payment()
paymnt.merchant_data = pay_det.merchant_data
paymnt.transactions.append(raw_tx)

Expand Down

0 comments on commit 56f8fc6

Please sign in to comment.