Skip to content

Commit 942494e

Browse files
committed
Fix feature flag
1 parent ab7aa5b commit 942494e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/std/src/imports.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ impl Api for ExternalApi {
421421
}
422422
}
423423

424+
#[cfg(feature = "cosmwasm_2_1")]
424425
fn secp256r1_verify(
425426
&self,
426427
message_hash: &[u8],
@@ -447,6 +448,7 @@ impl Api for ExternalApi {
447448
}
448449
}
449450

451+
#[cfg(feature = "cosmwasm_2_1")]
450452
fn secp256r1_recover_pubkey(
451453
&self,
452454
message_hash: &[u8],

0 commit comments

Comments
 (0)