From e0142412d8317aa2fd7a726d7643c1c051df2093 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 6 Dec 2013 16:23:44 +0100 Subject: [PATCH] [solo.commands.mask] acquire the Entropy Resources Lock in shared mode --- client/solo/commands/mask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/solo/commands/mask.py b/client/solo/commands/mask.py index 9e9ed3c18..e8483f762 100644 --- a/client/solo/commands/mask.py +++ b/client/solo/commands/mask.py @@ -83,7 +83,7 @@ class SoloMaskUnmask(SoloCommand): self._pretend = nsargs.pretend self._ask = nsargs.ask - return self._call_locked, [self._run] + return self._call_unlocked, [self._run] def _run(self, entropy_client): """