Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dead_code lint error when base_node_feature is not set (#3354)
Description --- Use `new_sorted_unchecked` function to keep clippy happy when base_node feature is not active in tari_core. Motivation and Context --- Causing failed CI build (e.g. #3335 ) How Has This Been Tested? --- CI must pass (FFI tests)
- Loading branch information