diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index c6c40a443..76fc70601 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -868,7 +868,7 @@ class Ursula(Teacher, Character, Miner): @property def datastore(self): try: - return self.rest_server.routes.datastore + return self.rest_server.datastore except AttributeError: raise AttributeError("No rest server attached")