Stabilize ecdsa_ functions (#11486)

This commit is contained in:
Alexander Gryaznov
2022-05-20 14:20:41 +03:00
committed by GitHub
parent 927019a734
commit c0fb033206
5 changed files with 7 additions and 17 deletions
-1
View File
@@ -2277,7 +2277,6 @@ fn gas_estimation_call_runtime() {
}
#[test]
#[cfg(feature = "unstable-interface")]
fn ecdsa_recover() {
let (wasm, code_hash) = compile_module::<Test>("ecdsa_recover").unwrap();