commit c81810a7c8041d4121c0efb29df07d1db435b1ed parent 00aaa1d06595d80c628023f5222186f59c28f529 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(-)
diff --git a/scripts/merchant/merchant.py b/scripts/merchant/merchant.py @@ -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