Skip to content

Commit

Permalink
include relayedVersion field in single tx fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Jan 17, 2025
1 parent 0f2af15 commit 15d686b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/transactions/transaction.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class TransactionService {

if (transaction !== null) {
transaction.price = await this.getTransactionPrice(transaction);
transaction.relayedVersion = this.extractRelayedVersion(transaction);

await this.processTransactions([transaction], { withScamInfo: true, withUsername: true, withActionTransferValue });

Expand Down

0 comments on commit 15d686b

Please sign in to comment.