This commit is contained in:
ThomasV 2014-08-04 16:02:14 +02:00
parent 00aaa1d065
commit c81810a7c8
1 changed files with 1 additions and 1 deletions

View File

@ -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