Skip to content

Commit 2f75198

Browse files
authored
Merge pull request binance-exchange#2 from sammchardy/master
merge bugfix
2 parents e25b81e + e146cab commit 2f75198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,7 @@ def create_sub_account_transfer(self, **params):
38333833
"""
38343834
return self._request_withdraw_api('post', 'sub-account/transfer.html', True, data=params)
38353835

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

0 commit comments

Comments
 (0)