mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(primitives): k256 crate fallback for secp256k1 module (#9989)
This commit is contained in:
@ -16,7 +16,7 @@ workspace = true
|
||||
reth-chainspec.workspace = true
|
||||
reth-blockchain-tree-api.workspace = true
|
||||
reth-execution-types.workspace = true
|
||||
reth-primitives = { workspace = true, features = ["reth-codec"] }
|
||||
reth-primitives = { workspace = true, features = ["reth-codec", "secp256k1"] }
|
||||
reth-fs-util.workspace = true
|
||||
reth-errors.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user