Skip to content

Commit 5144d94

Browse files
Update libwasmvm/src/cache.rs
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent b12bab6 commit 5144d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwasmvm/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ impl From<cosmwasm_vm::PerModuleMetrics> for PerModuleMetrics {
433433

434434
#[derive(Serialize)]
435435
struct PinnedMetrics {
436-
// TODO: Remove the array usage as soon as the metrics have a stable wire format
436+
// TODO: Remove the array usage as soon as `Checksum` has a stable wire format in msgpack
437437
per_module: Vec<([u8; 32], PerModuleMetrics)>,
438438
}
439439

0 commit comments

Comments
 (0)