Skip to content

Commit

Permalink
bugfix/ETD-1130 - added LedgerType SALE ( tx - spend and received.
Browse files Browse the repository at this point in the history
https://support.kraken.com/hc/en-us/articles/360001169383-How-to-interpret-Ledger-history-fields

"sale" = this shows only as a filter option when viewing your Ledger history while signed in to your account, it is not shown in history exports. "Sale" is a filter that brings up all "Spend" and "Receive" entries from orders placed via the new Kraken app or Buy Crypto button.
  • Loading branch information
martinkyov committed Feb 12, 2024
1 parent e6ae987 commit ebafeed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public enum LedgerType {
STAKING,
ROLLOVER,
TRANSFER,
ADJUSTMENT;
ADJUSTMENT,
SALE;

private static final Map<String, LedgerType> fromString = new HashMap<>();

Expand Down

0 comments on commit ebafeed

Please sign in to comment.