Skip to content

Commit

Permalink
Fix typo which breaks withdrawal address.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jan 8, 2018
1 parent 9b289fa commit 1124efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimal-buy-gdax.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def withdraw(accounts):
else:
execute_withdrawal(account['balance'],
coin,
coin[coin]['withdrawal_address'])
coins[coin]['withdrawal_address'])


def get_withdrawn_balances():
Expand Down

0 comments on commit 1124efe

Please sign in to comment.