Skip to content

Commit d8c7184

Browse files
committed
Add TODO for state_root_time
1 parent 9d07837 commit d8c7184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/metering/src/rpc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ where
209209
state_block_number: header.number,
210210
state_flashblock_index,
211211
total_gas_used: result.total_gas_used,
212+
// TODO: reintroduce state_root_time_us once tips-core exposes it again.
213+
// TODO: rename total_execution_time_us to total_time_us since it includes state root time
212214
total_execution_time_us: result.total_time_us,
213215
})
214216
}

0 commit comments

Comments
 (0)