From c81810a7c8041d4121c0efb29df07d1db435b1ed Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 4 Aug 2014 16:02:14 +0200 Subject: [PATCH] fix #776 --- scripts/merchant/merchant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/merchant/merchant.py b/scripts/merchant/merchant.py index 86133f78..626396e9 100644 --- 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