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
Branch
token-server-cleanup
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29956
Build 59447: Build Difftoken-server-tests
Build 59446: arc lint + arc unit

Event Timeline

bytesofman added inline comments.
apps/token-server/src/wallet.ts
44

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.