Skip to content

Commit

Permalink
CP-8216: update stake filter logic (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs authored Feb 19, 2024
1 parent c4577c0 commit fe6944d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core-mobile/app/services/earn/EarnService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ class EarnService {

return transactions.filter(
transaction =>
transaction.txType ===
PChainTransactionType.ADD_PERMISSIONLESS_DELEGATOR_TX ||
transaction.txType === PChainTransactionType.ADD_DELEGATOR_TX
)
}
Expand Down

0 comments on commit fe6944d

Please sign in to comment.