Skip to content

Commit

Permalink
ADD support for Binance Fiat Withdraw operation (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffsano authored Jan 2, 2025
1 parent 38b8435 commit eb59e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/book.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def _read_binance(self, file_path: Path, version: int = 1) -> None:
"Staking Redemption": "StakingEnd",
#
"Fiat Deposit": "Deposit",
"Fiat Withdraw": "Withdrawal",
"Withdraw": "Withdrawal",
#
"Transaction Buy": "Buy",
Expand Down

0 comments on commit eb59e0c

Please # to comment.