diff --git a/nucypher/characters/base.py b/nucypher/characters/base.py index a58e1bda4..e943a95b4 100644 --- a/nucypher/characters/base.py +++ b/nucypher/characters/base.py @@ -289,6 +289,7 @@ class Character(Learner): @property def canonical_public_address(self): + # TODO: This is wasteful. #1995 return to_canonical_address(self._checksum_address) @canonical_public_address.setter