tfix #776 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit c81810a7c8041d4121c0efb29df07d1db435b1ed
DIR parent 00aaa1d06595d80c628023f5222186f59c28f529
HTML Author: ThomasV <thomasv@gitorious>
Date: Mon, 4 Aug 2014 16:02:14 +0200
fix #776
Diffstat:
M scripts/merchant/merchant.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/scripts/merchant/merchant.py b/scripts/merchant/merchant.py
t@@ -107,7 +107,7 @@ def process_request(amount, confirmations, expires_in, password):
except Exception:
return "incorrect parameters"
- account = wallet.accounts["m/0'/0"]
+ account = wallet.default_account()
addr = account.get_address(0, num)
num += 1