1
0

bip70 payreq: do not show error messages in gui

closes #5393
This commit is contained in:
SomberNight
2019-06-05 19:40:33 +02:00
parent 0553ab7f3f
commit 33308307a4
2 changed files with 27 additions and 6 deletions

View File

@@ -800,6 +800,7 @@ def parse_URI(uri: str, on_pr: Callable = None, *, loop=None) -> dict:
sig = out.get('sig')
name = out.get('name')
if on_pr and (r or (name and sig)):
@log_exceptions
async def get_payment_request():
from . import paymentrequest as pr
if name and sig: