project-serum / serum-dex

Project Serum Rust Monorepo
https://projectserum.com
Apache License 2.0
629 stars 329 forks source link

Fix build when program feature flag disabled #238

Open davidkzeng opened 2 years ago

davidkzeng commented 2 years ago

Issue:

Running cargo build --no-default-features current fails due to the process_replace_orders_by_client_ids function not being hidden behind the feature flag.