mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove enr TODO (#8926)
This commit is contained in:
@ -474,9 +474,7 @@ secp256k1 = { version = "0.29", default-features = false, features = [
|
||||
"global-context",
|
||||
"recovery",
|
||||
] }
|
||||
# TODO: Remove `k256` feature: https://github.com/sigp/enr/pull/74
|
||||
enr = { version = "0.12.0", default-features = false, features = [
|
||||
"k256",
|
||||
enr = { version = "0.12.1", default-features = false, features = [
|
||||
"rust-secp256k1",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user