diff --git a/src/cutecoin/gui/process_cfg_community.py b/src/cutecoin/gui/process_cfg_community.py index 4f115ec673180d88b60d7ac8f21edfa9cfedd762..531b691c5df3f8d722037436535378178a6cc7e0 100644 --- a/src/cutecoin/gui/process_cfg_community.py +++ b/src/cutecoin/gui/process_cfg_community.py @@ -77,7 +77,7 @@ class StepPageAddpeers(Step): def display_page(self): # We add already known peers to the displayed list - self.config_dialog.nodes = self.config_dialog.community.nodes + self.config_dialog.nodes = self.config_dialog.community.network.nodes try: tree_model = PeeringTreeModel(self.config_dialog.community) except requests.exceptions.RequestException: