mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Refactored Transport method names
This commit is contained in:
parent
8496ee19d9
commit
235b1cea4c
3 changed files with 15 additions and 15 deletions
|
@ -127,7 +127,7 @@ class Destination:
|
|||
self.callback = None
|
||||
self.proofcallback = None
|
||||
|
||||
RNS.Transport.registerDestination(self)
|
||||
RNS.Transport.register_destination(self)
|
||||
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue