Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
samdealy committed Feb 7, 2023
1 parent 7eea433 commit 5b67c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog/view/enclave/impl/src/e_tx_out_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl<OSC: ORAMStorageCreator<StorageDataSize, StorageMetaSize>> ETxOutStore<OSC>
result_code: TxOutSearchResultCode::InternalError as u32,
ciphertext: vec![0u8; FIXED_CIPHERTEXT_LENGTH],
// Use FIXED_CIPHERTEXT_LENGTH as the default. This will be updated in every scenario.
payload_length: 0 as u32,
payload_length: 0,
};

// Early return for bad search key
Expand Down

0 comments on commit 5b67c4e

Please sign in to comment.