Skip to content

Commit 1d00d08

Browse files
author
T. Ismael Verdugo
committed
fix: adds self to method
1 parent d8cd12a commit 1d00d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptomarket/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def get_bulk_estimate_withdrawal_fees(self, fee_requests: List[args.FeeRequest])
11291129
return [Fee.from_dict(fee_data) for fee_data in result]
11301130

11311131

1132-
def get_withdrawal_fees_hash() -> str:
1132+
def get_withdrawal_fees_hash(self) -> str:
11331133
"""Gets the hash of withdrawal fees
11341134
11351135
Requires the "Payment information" API key Access Right

0 commit comments

Comments
 (0)