From eb59e0cdf5ddc8ac681cf2230cf964a0154b6687 Mon Sep 17 00:00:00 2001 From: Griffsano <18743559+Griffsano@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:12:59 +0100 Subject: [PATCH] ADD support for Binance Fiat Withdraw operation (#173) --- src/book.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/book.py b/src/book.py index 5189bc9..a9a74ae 100644 --- a/src/book.py +++ b/src/book.py @@ -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",