Disable time conditions in Tx UI #6445

This commit is contained in:
maciejhirsz
2017-09-25 17:08:09 +02:00
parent b74065a471
commit 0e43ce6e07
8 changed files with 68 additions and 27 deletions

View File

@@ -188,6 +188,10 @@ export default class LocalAccountsMiddleware extends Middleware {
return [];
});
register('parity_lockedHardwareAccountsInfo', () => {
return [];
});
register('parity_hashContent', () => {
throw new Error('Functionality unavailable on a public wallet.');
});