Skip to content

Commit

Permalink
add full test of revocation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jun 29, 2023
1 parent 7b67b09 commit 2af64e8
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 2,844 deletions.
2 changes: 1 addition & 1 deletion indy-credx/src/services/tails.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl TailsWriter for TailsFileWriter {
}

let temp_name = format!("{:020}.tmp", random::<u64>());
let temp_path = self.root_path.with_file_name(temp_name);
let temp_path = self.root_path.join(temp_name);
let file = File::options()
.read(true)
.write(true)
Expand Down
Loading

0 comments on commit 2af64e8

Please sign in to comment.