def _run():
run(Config(args.port, args.n, args.t, args.population, args.test, args.value, args.failure, args.tx_rate,
args.fan_out, args.validate, args.ignore_promoter, args.auto_byzantine),
args.broadcast, args.discovery)
文章目录