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

fix(scan): Fix the RPC tx fetching in the scanning results reader #8157

Merged
merged 2 commits into from
Jan 15, 2024

Commits on Jan 12, 2024

  1. Fix fetching the RPC tx fetching

    We recently updated the `jsonrpc` dependency from 0.16 to 0.17. The
    former version used to implicitly send an array of params, even if a
    single param was passed to the request builder. The new version doesn't
    do that anymore, but Zebra expects an array, so this commit explicitly
    passes an array consisting of a single param to the request builder.
    upbqdn committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8034936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098e84c View commit details
    Browse the repository at this point in the history