Skip to content

Commit

Permalink
Add additional information in redundant packet log
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Nov 18, 2024
1 parent 28d857b commit c8f7bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/chain/cosmos/retry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async fn do_send_tx_with_account_sequence_retry(
?response,
diagnostic = response.log,
?code,
"broadcast tx was not completed"
"broadcast tx was not completed, all packets in tx have been relayed already, no fees were consumed"
);

Ok(response)
Expand Down

0 comments on commit c8f7bd9

Please sign in to comment.