We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb093a1 commit a8e8b4dCopy full SHA for a8e8b4d
rpc-json/Cargo.toml
@@ -26,6 +26,6 @@ serde_repr = "0.1"
26
hex = { version="0.4", features=["serde"]}
27
28
key-wallet = { path = "../key-wallet", features=["serde"] }
29
-dashcore = { path = "../dash", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false }
+dashcore = { path = "../dash", features=["std", "secp-recovery", "rand-std", "signer", "serde", "core-block-hash-use-x11"], default-features = false }
30
31
bincode = { version = "=2.0.0-rc.3", features = ["serde"] }
0 commit comments