Skip to content

Commit b4e7fb9

Browse files
committed
Adapt example code
1 parent f1b5edd commit b4e7fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/examples/multi_threaded_cache.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const THREADS: usize = STORE_CODE_THREADS + INSTANTIATION_THREADS;
2727
pub fn main() {
2828
let options = CacheOptions::new(
2929
TempDir::new().unwrap().into_path(),
30-
capabilities_from_csv("iterator,staking"),
30+
capabilities_from_csv("iterator,staking,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2"),
3131
MEMORY_CACHE_SIZE,
3232
DEFAULT_MEMORY_LIMIT,
3333
);

0 commit comments

Comments
 (0)