ltonetwork / lto-wallet

LTO Network web wallet
4 stars 37 forks source link

Wallet/scripts #83

Closed yhorbachov closed 4 years ago

jasny commented 4 years ago

@KillaBee1985 When rebasing this branch onto master, I get the following errors

ERROR in apps/wallet/src/app/modals/index.ts(7,15): error TS2307: Cannot find module './script-info-modal'.
apps/wallet/src/app/modals/modals.module.ts(9,39): error TS2307: Cannot find module './script-info-modal'.
apps/wallet/src/app/pages/settings-page/settings-page.component.ts(3,29): error TS2305: Module '"/home/arnold/Projects/ltonetwork/lto-ui/apps/wallet/src/app/modals/index"' has no exported member 'ScriptInfoModal'.
apps/wallet/src/app/pages/settings-page/settings-page.component.ts(59,27): error TS2339: Property 'disabeScript' does not exist on type 'ScriptsService'.

Could you rebase it and fix these issues?

jasny commented 4 years ago

Superseded by #127