diff --git a/lez/chain_state/Cargo.toml b/lez/chain_state/Cargo.toml index f788f55a..ff8eda7b 100644 --- a/lez/chain_state/Cargo.toml +++ b/lez/chain_state/Cargo.toml @@ -20,7 +20,5 @@ thiserror.workspace = true [dev-dependencies] testnet_initial_state.workspace = true -# we use borsh to compare byte-to-byte matching within tests -# (it sorts hashmap's before serialization, so we can compare two states for equality) borsh.workspace = true serde_json.workspace = true