diff --git a/src/book.py b/src/book.py index f1f5248..4b1d946 100644 --- a/src/book.py +++ b/src/book.py @@ -125,6 +125,8 @@ def _read_binance(self, file_path: Path, version: int = 1) -> None: "Cashback Voucher": "Airdrop", "Rewards Distribution": "Airdrop", "Simple Earn Flexible Airdrop": "Airdrop", + "Airdrop Assets": "Airdrop", + "Launchpool Earnings Withdrawal": "Airdrop", # "Savings Interest": "CoinLendInterest", "Savings purchase": "CoinLend", @@ -242,7 +244,10 @@ def _read_binance(self, file_path: Path, version: int = 1) -> None: assert change # Check for problems. - if remark and remark not in ("Withdraw fee is included",): + if remark and remark not in ( + "Withdraw fee is included", + "Binance Earn", + ) and not remark.endswith(" to BNB"): log.warning( "I may have missed a remark in %s:%i: `%s`.", file_path,