mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix 1312
This commit is contained in:
parent
74bdc7a7fa
commit
56f8fc62f9
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class PaymentRequest:
|
||||||
if not self.details.payment_url:
|
if not self.details.payment_url:
|
||||||
return False, "no url"
|
return False, "no url"
|
||||||
|
|
||||||
paymnt = paymentrequest_pb2.Payment()
|
paymnt = pb2.Payment()
|
||||||
paymnt.merchant_data = pay_det.merchant_data
|
paymnt.merchant_data = pay_det.merchant_data
|
||||||
paymnt.transactions.append(raw_tx)
|
paymnt.transactions.append(raw_tx)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue