Disable time conditions in Tx UI #6445
This commit is contained in:
@@ -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.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user