We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d07837 commit d8c7184Copy full SHA for d8c7184
crates/metering/src/rpc.rs
@@ -209,6 +209,8 @@ where
209
state_block_number: header.number,
210
state_flashblock_index,
211
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
214
total_execution_time_us: result.total_time_us,
215
})
216
}
0 commit comments