Skip to content

Commit

Permalink
#4222: changed log output for tx dropped statement to show hex string…
Browse files Browse the repository at this point in the history
… of tx hash
  • Loading branch information
sreuland committed May 9, 2022
1 parent 29822d4 commit d59cf46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func StreamLedgerTransactions(
)
}
if !include {
log.Infof("Filters did not find match on transaction, dropping this tx with hash %v", tx.Result.TransactionHash)
log.Infof("Filters did not find match on transaction, dropping this tx with hash %v", tx.Result.TransactionHash.HexString())
continue
}

Expand Down

0 comments on commit d59cf46

Please sign in to comment.