Page MenuHomePhabricator

[ecash-wallet] Patch ts issue to stay consistent with defined interface
ClosedPublic

Authored by bytesofman on Mon, Oct 27, 16:24.

Details

Summary

If an app uses ecash-wallet as a dep and has strict type checking, it will throw an error on this.

Properly speaking we only want to have a missingTokens key if there are missing tokens; we do not really want missingTokens: undefined

Patch.

Test Plan

npm test and CI tests