mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix get_payment_request
This commit is contained in:
parent
075dfb5ccb
commit
2fa25c3f56
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ def parse_URI(uri, on_pr=None):
|
|||
r = out.get('r')
|
||||
sig = out.get('sig')
|
||||
name = out.get('name')
|
||||
if r or (name and sig):
|
||||
if on_pr and (r or (name and sig)):
|
||||
def get_payment_request_thread():
|
||||
import paymentrequest as pr
|
||||
if name and sig:
|
||||
|
|
Loading…
Add table
Reference in a new issue