Skip to content

Commit

Permalink
Merge pull request binance-exchange#2 from sammchardy/master
Browse files Browse the repository at this point in the history
merge bugfix
  • Loading branch information
flashnuke authored Jan 2, 2021
2 parents e25b81e + e146cab commit 2f75198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3833,7 +3833,7 @@ def create_sub_account_transfer(self, **params):
"""
return self._request_withdraw_api('post', 'sub-account/transfer.html', True, data=params)

def get_sub_account_futures_transfer_history(self, **params):
def get_sub_account_futures_transfer_history(self, **params):
"""Query Sub-account Futures Transfer History.
https://binance-docs.github.io/apidocs/spot/en/#query-sub-account-futures-asset-transfer-history-for-master-account
Expand Down

0 comments on commit 2f75198

Please sign in to comment.