Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 22, 2024
1 parent a654938 commit 2e58a15
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export const transactionInfoByHash: Impl['transactionInfoByHash'] = async (req,
);

// Invoke a higher-level translator on the transaction view.
let view = txv;
view = await txvTranslator(view);
const view = txvTranslator(txv);

const txInfo = new TransactionInfo({ height, id: req.id, transaction, perspective, view });
return { txInfo };
Expand Down

0 comments on commit 2e58a15

Please sign in to comment.