Skip to content

Commit

Permalink
Add return on takesell function (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch authored Jun 24, 2024
1 parent f037662 commit 2e0ebd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/take_sell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub async fn take_sell_action(
order.min_amount, order.max_amount
);
send_cant_do_msg(Some(order.id), Some(error), &event.pubkey).await;
return Ok(());
}

// Maker can't take own order
Expand Down

0 comments on commit 2e0ebd4

Please sign in to comment.