diff --git a/onionr/onionrpeers.py b/onionr/onionrpeers.py index 7ca275b6..bfc8445b 100644 --- a/onionr/onionrpeers.py +++ b/onionr/onionrpeers.py @@ -40,7 +40,7 @@ class PeerProfiles: def loadScore(self): '''Load the node's score from the database''' try: - self.success = int(self.coreInst.getAddressInfo('vd33hdxlp342nnzc.onion', 'success')) + self.success = int(self.coreInst.getAddressInfo(self.address, 'success')) except TypeError: self.success = 0 self.score = self.success