Skip to content

Commit e525576

Browse files
committed
Fix for rebase on master
1 parent 7be0dc1 commit e525576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/src/chain/cosmos/retry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub async fn send_tx_with_account_sequence_retry(
5858
let _span =
5959
span!(Level::ERROR, "send_tx_with_account_sequence_retry", id = %config.chain_id).entered();
6060

61-
telemetry!(msg_num, &config.id, messages.len() as u64);
61+
telemetry!(msg_num, &config.chain_id, messages.len() as u64);
6262

6363
do_send_tx_with_account_sequence_retry(
6464
config,

0 commit comments

Comments
 (0)