Page MenuHomePhabricator

[Cashtab] Remove unused function export
ClosedPublic

Authored by bytesofman on Aug 20 2021, 14:47.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCc5a3e1ca3c4e: [Cashtab] Remove unused function export
Summary

T1746

This update function is not used outside of useWallet.js. Moreover, it is improperly defined (accepting the wrong param) based on an older version of the function.

Remove.

Test Plan

grep -r update src/*, verify function does not appear outside useWallet.js

Diff Detail

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