We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be0dc1 commit e525576Copy full SHA for e525576
relayer/src/chain/cosmos/retry.rs
@@ -58,7 +58,7 @@ pub async fn send_tx_with_account_sequence_retry(
58
let _span =
59
span!(Level::ERROR, "send_tx_with_account_sequence_retry", id = %config.chain_id).entered();
60
61
- telemetry!(msg_num, &config.id, messages.len() as u64);
+ telemetry!(msg_num, &config.chain_id, messages.len() as u64);
62
63
do_send_tx_with_account_sequence_retry(
64
config,
0 commit comments