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.
Differential D18839
[ecash-wallet] Patch ts issue to stay consistent with defined interface Authored by bytesofman on Mon, Oct 27, 16:24. Tags None Subscribers None
Details
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. npm test and CI tests
Diff Detail
|