there is only a NativeStorageServer

though it is used by the client
This commit is contained in:
Jean-Paul Calderone 2019-06-28 14:28:32 -04:00
parent c752fc76f1
commit 166c5ab53f

View File

@ -218,7 +218,7 @@ class StorageFarmBroker(service.MultiService):
ic.subscribe_to("storage", self._got_announcement)
def _got_connection(self):
# this is called by NativeStorageClient when it is connected
# this is called by NativeStorageServer when it is connected
self._check_connected_high_water_mark()
def _check_connected_high_water_mark(self):