forked from LBRYCommunity/lbry-sdk
Revert "negate wallet lock check in components"
This reverts commit 32507d7
This commit is contained in:
parent
09f637496c
commit
88b8ca8a49
1 changed files with 1 additions and 3 deletions
|
@ -177,9 +177,7 @@ class WalletIsLocked(RequiredCondition):
|
|||
|
||||
@staticmethod
|
||||
def evaluate(component):
|
||||
d = component.check_locked()
|
||||
d.addCallback(lambda r: not r)
|
||||
return d
|
||||
return component.check_locked()
|
||||
|
||||
|
||||
class Daemon(AuthJSONRPCServer):
|
||||
|
|
Loading…
Reference in a new issue