def barabasi_initialization(self, callback):
     logger.info("ledger connections using BarabasiAlbert topology")
     barabasi_albert.start_topology_update(self.Ledger, callback)
Exemple #2
0
 def barabasi_initialization(self, callback):
     logger.info("ledger connections using BarabasiAlbert topology")
     barabasi_albert.start_topology_update(self.gossip, callback)