diff --git a/crates/katana/rpc/rpc-types/src/trie.rs b/crates/katana/rpc/rpc-types/src/trie.rs index 865be07431..1a7ea2d3cd 100644 --- a/crates/katana/rpc/rpc-types/src/trie.rs +++ b/crates/katana/rpc/rpc-types/src/trie.rs @@ -25,6 +25,7 @@ pub struct GlobalRoots { /// Node in the Merkle-Patricia trie. #[derive(Debug, Serialize, Deserialize)] +#[serde(untagged)] pub enum MerkleNode { /// Represents a path to the highest non-zero descendant node. Edge {