Refactor tx factory 1 (#4870)

* Remove modes.

* Refactor.
This commit is contained in:
Marcio Diaz
2020-02-11 13:59:52 +01:00
committed by GitHub
parent b0a749548d
commit a90b4fdb8c
7 changed files with 113 additions and 540 deletions
+2 -3
View File
@@ -67,9 +67,8 @@ where
}
let factory_state = FactoryState::new(
cli_args.mode.clone(),
cli_args.num,
cli_args.rounds,
cli_args.blocks,
cli_args.transactions,
);
let service_builder = new_full_start!(config).0;