Skip to content

Commit

Permalink
chore(request-node): add transaction hash debug log (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Oct 18, 2021
1 parent fc24e5e commit eff06e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/request-node/src/request/persistTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default class PersistTransactionHandler {

this.logger.debug(
`Persisting Transaction: ${JSON.stringify({
transactionHash,
channelId: clientRequest.body.channelId,
topics: clientRequest.body.topics,
transactionData: clientRequest.body.transactionData,
Expand Down

0 comments on commit eff06e9

Please sign in to comment.