electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4726d3a1fc88d31b3035e0b02b19cf5981218692
parent b5435a16e83ac71a204ec2537a773f870d4cc9a6
Author: ThomasV <thomasv@gitorious>
Date:   Tue,  2 Jun 2015 14:17:14 +0200

minor fix: var name

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -99,7 +99,7 @@ def run_gui(config): if url: if os.path.exists(url): # 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): print_stderr('unknown command:', url)