Skip to content

Commit

Permalink
Field correction in setupdata
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Dec 3, 2024
1 parent e2b47e1 commit 95e1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalypso-cli/src/operations/update_market_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Operation for UpdateMarketMetadata {
let data = read_file_from_paths(&meta_paths)
.map_err(|e| format!("Failed reading marketmeta.json {}", e))?;

let market_meta: matching_engine_helpers::market_metadata::MarketMetadata =
let market_meta: matching_engine_helpers::market_metadata::MarketSetupData =
serde_json::from_str(&data)
.map_err(|e| format!("Failed deserde marketmeta.json into MarketMetadata{}", e))?;

Expand Down

0 comments on commit 95e1525

Please sign in to comment.