Skip to content

Commit

Permalink
Add a TODO for the reverted bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Aug 24, 2022
1 parent b0c4e2f commit 040240e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebra-state/src/service/finalized_state/disk_format/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ impl FromDisk for Transaction {
fn from_bytes(bytes: impl AsRef<[u8]>) -> Self {
let bytes = bytes.as_ref();

// TODO: skip cryptography verification during transaction deserialization from storage,
// or do it in a rayon thread (ideally in parallel with other transactions)
bytes
.as_ref()
.zcash_deserialize_into()
Expand Down

0 comments on commit 040240e

Please sign in to comment.