Skip to content

Commit

Permalink
chore: tx_index to broadcast message
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 3, 2024
1 parent e8262af commit 0d23614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ where
tracing::debug!(
tx_id = transaction.txid().to_hex(),
tx_index,
"Successfully broadcasted asset unlock transaction"
"Successfully broadcasted asset unlock transaction with index {tx_index}",
);
}
// Handle specific errors
Expand Down

0 comments on commit 0d23614

Please sign in to comment.