Skip to content

Commit

Permalink
Add confirmations info to debug logs (#1707)
Browse files Browse the repository at this point in the history
Adds `confirmations` and `confirmationsRequired` to debug logs.
  • Loading branch information
hectorgomezv committed Jul 1, 2024
1 parent 7ff0f18 commit 65f4026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datasources/cache/cache.first.data.source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ export class CacheFirstDataSource {
return {
txType: 'multisig',
safeTxHash: transaction.safeTxHash,
confirmations: transaction.confirmations,
confirmationRequired: transaction.confirmationsRequired,
};
} else if (isEthereumTransaction(transaction)) {
return {
Expand Down

0 comments on commit 65f4026

Please sign in to comment.