Skip to content

Commit a8e8b4d

Browse files
fix(rpc-json): enable X11 block hash for Dash
Enable dash so BlockHash and header.block_hash() match Dash RPC hits command 1 /usr/bin/git fields; fixes header/hash assertions in integration tests.
1 parent bb093a1 commit a8e8b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ serde_repr = "0.1"
2626
hex = { version="0.4", features=["serde"]}
2727

2828
key-wallet = { path = "../key-wallet", features=["serde"] }
29-
dashcore = { path = "../dash", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false }
29+
dashcore = { path = "../dash", features=["std", "secp-recovery", "rand-std", "signer", "serde", "core-block-hash-use-x11"], default-features = false }
3030

3131
bincode = { version = "=2.0.0-rc.3", features = ["serde"] }

0 commit comments

Comments
 (0)