Skip to content

Commit

Permalink
Merge pull request #4824 from martinkyov/bugfix/ETD-1130-connectors-k…
Browse files Browse the repository at this point in the history
…raken-api-misident

bugfix/ETD-1130 - added LedgerType SALE for tx - spend and received
  • Loading branch information
timmolter authored Apr 20, 2024
2 parents eafc480 + ce692ca commit d84d219
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ public enum LedgerType {
STAKING,
ROLLOVER,
TRANSFER,
ADJUSTMENT;
ADJUSTMENT,
SALE,
SPEND,
RECEIVE;

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

Expand Down

0 comments on commit d84d219

Please sign in to comment.