Skip to content

Commit

Permalink
minor edits and cleanup in examples/py/hitbtc2-withdraw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 30, 2017
1 parent e1f4224 commit b7cdb31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/py/hitbtc2-withdraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ def get_positive_accounts(balance):
pprint('Account balance:')
pprint(get_positive_accounts(account_balance['total']))

# fetch account balance from the exchange

withdraw = exchange.withdraw('ETH', 0.01, '0x811DCfeb6dC0b9ed825808B6B060Ca469b83fB81')


# output the result
pprint('Withdraw:')
pprint(withdraw)

0 comments on commit b7cdb31

Please sign in to comment.