minor fix: var name
This commit is contained in:
2
electrum
2
electrum
@@ -99,7 +99,7 @@ def run_gui(config):
|
|||||||
if url:
|
if url:
|
||||||
if os.path.exists(url):
|
if os.path.exists(url):
|
||||||
# assume this is a payment request
|
# assume this is a payment request
|
||||||
url = "bitcoin:?r=file://"+ os.path.join(os.getcwd(), cmd)
|
url = "bitcoin:?r=file://"+ os.path.join(os.getcwd(), url)
|
||||||
|
|
||||||
if not re.match('^bitcoin:', url):
|
if not re.match('^bitcoin:', url):
|
||||||
print_stderr('unknown command:', url)
|
print_stderr('unknown command:', url)
|
||||||
|
|||||||
Reference in New Issue
Block a user