Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(network): include correct features from near-primitives (near#12068)
In near#11597 some new feature flags were introduced in the near-primitives package. near-network depends on some of the gated features. Currently running `cargo test -p near-network` results in compile errors. This PR restores the ability to build and run the tests of the near-network package independently.
- Loading branch information