Error on running crank program (serum-dex-0.5.6 release version)
ibrohimkhan opened this issue · 1 comments
ibrohimkhan commented
Dear team,
I'm trying to run crank program to deploy a sample exchange market on my local machine. I'm using the following command to run it with appropriate args:
cargo run -- $CLUSTER whole-shebang $KEYPAIR_FILE $PROGRAM_ID
but I'm getting following error:
error[E0599]: no variant or associated item named `process_new_order_v3` found for enum `state::State` in the current scope
--> dex/src/state.rs:3263:23
Could you please to advise me how to resolve this issue?
ibrohimkhan commented
the issue resolved in pull request #242