Key derivation in Worker (#4071)
* Add Signer Key Derivation in Service Worker * Several fixes throughout the UI * Hint for external account // working Worker * Add Worker state change * PR Grumbles
This commit is contained in:
committed by
Gav Wood
parent
ec4b4cfbf2
commit
40f0ee004f
@@ -133,7 +133,7 @@ export default class Store {
|
||||
}
|
||||
|
||||
testPassword = (password) => {
|
||||
this.setBusy(false);
|
||||
this.setBusy(true);
|
||||
|
||||
return this._api.parity
|
||||
.testPassword(this.address, password || this.validatePassword)
|
||||
|
||||
Reference in New Issue
Block a user