We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eec8d commit d718960Copy full SHA for d718960
stackslib/src/chainstate/stacks/miner.rs
@@ -418,7 +418,7 @@ pub enum TransactionEvent {
418
impl TransactionResult {
419
/// Logs a queryable message for the case where `txid` has succeeded.
420
pub fn log_transaction_success(tx: &StacksTransaction) {
421
- info!("Tx successfully processed.";
+ info!("Tx successfully processed";
422
"event_name" => %"transaction_result",
423
"tx_id" => %tx.txid(),
424
"event_type" => %"success",
0 commit comments