Skip to content

Commit

Permalink
Implement James's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
samdealy committed Feb 7, 2023
1 parent 5b67c4e commit 2e81569
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 @@ -140,7 +140,7 @@ impl<OSC: ORAMStorageCreator<StorageDataSize, StorageMetaSize>> ETxOutStore<OSC>
search_key: search_key.to_vec(),
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.
// Use zero as the default. This value will be updated in every scenario.
payload_length: 0,
};

Expand Down

0 comments on commit 2e81569

Please sign in to comment.