Skip to content

Commit

Permalink
todo notice
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 6, 2023
1 parent 3739b02 commit e3f60aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ pub struct CurrentExecutionState {
pub total_log_queries: usize,
/// Number of cycles used by the VM.
pub cycles_used: u32,
/// Sorted & deduplicated events logs for batch
/// Sorted & deduplicated events logs for batch. Note, that this is a more "low-level" representation of
/// the `events` field of this struct TODO(PLA-649): refactor to remove duplication of data.
pub deduplicated_events_logs: Vec<LogQuery>,
/// Refunds returned by `StorageOracle`.
pub storage_refunds: Vec<u32>,
Expand Down

0 comments on commit e3f60aa

Please sign in to comment.