Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Filtering by transaction type does not work #170

Open
koxu1996 opened this issue Jul 25, 2024 · 0 comments
Open

CLI: Filtering by transaction type does not work #170

koxu1996 opened this issue Jul 25, 2024 · 0 comments
Assignees

Comments

@koxu1996
Copy link
Contributor

koxu1996 commented Jul 25, 2024

Filtering by transaction type seems to be broken:

kairos-cli fetch --transaction-type transfer
[
  {
    "timestamp": "2024-07-25T09:24:49.034120",
    "public_key": "0106ed45915392c02b37136618372ac8dde8e0e3b8ee6190b2ca6db539b354ede4",
    "nonce": null,
    "trx": "Deposit",
    "amount": "1000",
    "recipient": "0106ed45915392c02b37136618372ac8dde8e0e3b8ee6190b2ca6db539b354ede4"
  },
  {
    "timestamp": "2024-07-25T09:34:58.950114",
    "public_key": "0106ed45915392c02b37136618372ac8dde8e0e3b8ee6190b2ca6db539b354ede4",
    "nonce": null,
    "trx": "Deposit",
    "amount": "1000",
    "recipient": "0106ed45915392c02b37136618372ac8dde8e0e3b8ee6190b2ca6db539b354ede4"
  },
  {
    "timestamp": "2024-07-25T10:02:56.633291",
    "public_key": "0106ed45915392c02b37136618372ac8dde8e0e3b8ee6190b2ca6db539b354ede4",
    "nonce": "0",
    "trx": "Transfer",
    "amount": "700",
    "recipient": "0197b79d1a1351f8fb922b9f7f556d2bbfdba5105df9eaa6caa07804c703a641ed"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants