From 1c6e41a43ba69566b3ad499c52ee5852a0157dbe Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 26 Nov 2025 13:08:54 +1100 Subject: [PATCH] Fix features --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 619068d..9e9b37b 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -26,7 +26,7 @@ tokio.workspace = true tokio-util.workspace = true tower-http.workspace = true tracing-subscriber.workspace = true -void-toolkit = { workspace = true, features = ["merkle", "app", "network-channel", "oracle-sqlite", "oracle" ] } +void-toolkit = { workspace = true, features = ["merkle", "app", "hash", "network-channel", "oracle-sqlite", "oracle", "oracle-decoder"] } [dev-dependencies] alloy = { workspace = true, features = [ "node-bindings", "rlp", "signer-mnemonic" ] }