def __init__(self, nodes_list):
     self.state = {}
     self.nodes = NodeAggregator(nodes_list)
     self.current_sender_node = None