diff --git a/fog/view/enclave/impl/src/e_tx_out_store.rs b/fog/view/enclave/impl/src/e_tx_out_store.rs index 2369f0e295..18d072beb2 100644 --- a/fog/view/enclave/impl/src/e_tx_out_store.rs +++ b/fog/view/enclave/impl/src/e_tx_out_store.rs @@ -140,7 +140,7 @@ impl> ETxOutStore 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, };