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: properly decrypt imported faux tx when reading from db #3754

Commits on Jan 26, 2022

  1. fix: properly decrypt imported faux tx when reading from db

    The function that read the imported transaction out of the database didn’t check if the data needed to be decrypted before deserialization. This PR fixes that.
    philipr-za committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    370f498 View commit details
    Browse the repository at this point in the history
  2. clippy!

    philipr-za committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4c0d0e7 View commit details
    Browse the repository at this point in the history