Remove eth feature, and BBBC related code (#1612)

* Remove eth feature, and BBBC related code

* Burn some more, especially clients
This commit is contained in:
Drazen Urch
2022-09-15 13:58:44 +02:00
committed by GitHub
parent e804b014a8
commit 16ef1c547b
94 changed files with 299 additions and 5316 deletions
-2
View File
@@ -83,8 +83,6 @@ impl<'a> NetworkMonitorBuilder<'a> {
let bandwidth_controller = BandwidthController::new(
credential_storage::initialise_storage(self.config.get_credentials_database_path())
.await,
self.config.get_network_monitor_eth_endpoint(),
self.config.get_network_monitor_eth_private_key(),
)
.expect("Could not create bandwidth controller");