Skip to content

Commit

Permalink
Update src/app/dispute.rs
Browse files Browse the repository at this point in the history
Ok rabbit!

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
arkanoider and coderabbitai[bot] authored Nov 9, 2024
1 parent 1ca1145 commit 151ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dispute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub async fn dispute_action(
Ok(pk) => pk,
Err(e) => {
tracing::error!("Error parsing counterpart pubkey: {:#?}", e);
return Ok(());
return Err(Error::msg("Failed to parse counterpart public key"));
}
};
send_new_order_msg(
Expand Down

0 comments on commit 151ff4d

Please sign in to comment.