Page MenuHomePhabricator

[Cashtab] ChronikClientNode to ChronikClient
ClosedPublic

Authored by bytesofman on Aug 15 2024, 23:20.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC58e0e5a9c61d: [Cashtab] ChronikClientNode to ChronikClient
Summary

Stop using legacy ChronikClientNode name

Test Plan

npm test, grep -r ChronikClientNode . and no output

Diff Detail

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

Event Timeline

emack added a subscriber: emack.

grep should be grep -r ChronikClientNode src/ otherwise it'll return all the ChronikClientNode references in node_modules

This revision is now accepted and ready to land.Aug 16 2024, 01:26