Refactored Transport method names

This commit is contained in:
Mark Qvist 2021-05-16 16:48:54 +02:00
parent 8496ee19d9
commit 235b1cea4c
3 changed files with 15 additions and 15 deletions

View file

@ -127,7 +127,7 @@ class Destination:
self.callback = None
self.proofcallback = None
RNS.Transport.registerDestination(self)
RNS.Transport.register_destination(self)
def __str__(self):