Skip to content

Commit

Permalink
Merge pull request #20 from arkanoider/main
Browse files Browse the repository at this point in the history
Set dm wait to true for takebuy
  • Loading branch information
grunch authored Mar 25, 2023
2 parents 9af991e + b9713a2 commit 4f930a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async fn main() -> Result<()> {
.as_json()
.unwrap();

send_order_id_cmd(&client, &my_key, mostro_key, takebuy_message, false).await?;
send_order_id_cmd(&client, &my_key, mostro_key, takebuy_message, true).await?;
std::process::exit(0);
}
Some(cli::Commands::GetDm { since }) => {
Expand Down

0 comments on commit 4f930a8

Please sign in to comment.