William O'Beirne 2309d05c06 Disable more wallets conditionally + explain why (#924)
* Add more wallet disables, move all into selector.

* Add reasons for disabled wallets.

* Disable read only in lite send.

* Fix view address showing insecure icon.
2018-01-26 14:08:39 -06:00

4 lines
103 B
TypeScript

import WalletDecrypt from './WalletDecrypt';
export default WalletDecrypt;
export * from './disables';