-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly decrypt imported faux tx when reading from db (#3754)
Description --- 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. How Has This Been Tested? --- test provided
- Loading branch information
1 parent
dfdaf4b
commit 997b74b
Showing
2 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters