Another place with wasteful address calculation.

pull/2175/head
jMyles 2020-05-15 16:30:24 -07:00
parent c1cc0395e5
commit 274c12bf38
1 changed files with 1 additions and 0 deletions

View File

@ -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