Page MenuHomePhabricator

[token-server] Patch unused var
ClosedPublic

Authored by bytesofman on Aug 12 2024, 22:34.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4b0fcb3ad13c: [token-server] Patch unused var
Summary

Depends on D16632

We have already gotten this variable from the object. Use this instead of accessing it from the object again.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman added inline comments.
apps/token-server/src/wallet.ts
44 ↗(On Diff #49169)

we already got this out of child here

This revision is now accepted and ready to land.Aug 13 2024, 07:13
This revision was automatically updated to reflect the committed changes.