Skip to content

Commit 6a13fe5

Browse files
Remove non-existant capability
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent f3b840a commit 6a13fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/benches/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const MEMORY_CACHE_SIZE: Size = Size::mebi(200);
3131
const INSTANTIATION_THREADS: usize = 128;
3232
const CONTRACTS: u64 = 10;
3333

34-
const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_1_5,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2,iterator,staking";
34+
const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2,iterator,staking";
3535
static HACKATOM: &[u8] = include_bytes!("../testdata/hackatom.wasm");
3636
static CYBERPUNK: &[u8] = include_bytes!("../testdata/cyberpunk.wasm");
3737

0 commit comments

Comments
 (0)