Skip to content

Commit

Permalink
Fix feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Mar 26, 2024
1 parent ab7aa5b commit 942494e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/std/src/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ impl Api for ExternalApi {
}
}

#[cfg(feature = "cosmwasm_2_1")]
fn secp256r1_verify(
&self,
message_hash: &[u8],
Expand All @@ -447,6 +448,7 @@ impl Api for ExternalApi {
}
}

#[cfg(feature = "cosmwasm_2_1")]
fn secp256r1_recover_pubkey(
&self,
message_hash: &[u8],
Expand Down

0 comments on commit 942494e

Please sign in to comment.