fix: enable missing feature (#644)

This commit is contained in:
Matthias Seitz
2022-12-29 11:07:49 +01:00
committed by GitHub
parent 28669d4aa8
commit 15e6a359b4

View File

@@ -25,6 +25,7 @@ ethbloom = { version = "0.13", features = ["codec"] }
# crypto
secp256k1 = { version = "0.24.2", default-features = false, features = [
"global-context",
"alloc",
"recovery",
] }