Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 9, 2024
1 parent ef6f2e6 commit ded5054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grovedb/src/operations/proof/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl GroveDb {
"path: {} key: {} element: {}",
path_hex_to_ascii(path),
hex_to_ascii(key),
e
element_string,
)
})
.collect::<Vec<_>>()
Expand Down

0 comments on commit ded5054

Please sign in to comment.