Loading ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ class MainLoop(object): @property def rpc_authenticated(self): return self.rpc_connected and self.connect is None return self.rpc_connected and self.role is not None # RPC handlers definitions @threadless Loading Loading
ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ class MainLoop(object): @property def rpc_authenticated(self): return self.rpc_connected and self.connect is None return self.rpc_connected and self.role is not None # RPC handlers definitions @threadless Loading