-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with bitcoincore-json dependency #159
Comments
Can you share your lockfile? |
Also, I can't resolve the bitcoincore_rpc module, and I'm using the BITCOIN_EXE option to load bitcoind |
Something funny is going on -- you have hex-conservative 0.2.0 and not hex-conservative 0.1.1 in your lockfile. I can't reproduce this (like, Cargo will not let me do If you can link to your crate and/or your Cargo.toml I might be able to dig further. |
Hi, I'm trying to setup a local regtest node and I'm using this crate. When compiling I get an error in a bitcoind dependency (bitcoincorerpc-json):
Have anyone had this error? Any idea on how to fix it?
The text was updated successfully, but these errors were encountered: