no matching key/data pair found while running example full-contract-state #21100
Replies: 1 comment
-
|
My version of reth running the node was different from the repository version. To solveStep 1Get the version the reth node is running, more specifically, the Commit SHA: Step 2In the reth repository from which you want to run the example do:
(replace by your commit hash) Step 3Run the example again and it should work
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running the example: Full contract state
I am getting the following error:
RETH_DATADIR=/home/etharchive/eth/reth-datadir CONTRACT_ADDRESS=0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f cargo run --manifest-path examples/full-contract-state/Cargo.toml
Error: failed to open the database: no matching key/data pair found (-30798)
Location:
/rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/core/src/ops/function.rs:250:5
I am running my reth node like this: /home/etharchive/bin/reth node --full --datadir=/home/etharchive/eth/reth-datadir
Beta Was this translation helpful? Give feedback.
All reactions