Skip to content

Commit

Permalink
Binance: Added alias for FiatWithdrawal
Browse files Browse the repository at this point in the history
In my latest export, it is suddenly called "Fiat Withdraw" instead of
Fiat Withdrawal".
  • Loading branch information
bjorn committed Dec 20, 2023
1 parent 7ea842b commit e78ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Operation {
SmallAssetsExchange,
#[serde(rename = "Fiat Deposit")]
FiatDeposit,
#[serde(rename = "Fiat Withdrawal")]
#[serde(rename = "Fiat Withdrawal", alias = "Fiat Withdraw")]
FiatWithdrawal,
#[serde(rename = "Binance Card Cashback")]
CardCashback,
Expand Down

0 comments on commit e78ee81

Please sign in to comment.