dummy_eth1_backend has been assigned a value, in the above line already (#1135)

This commit is contained in:
Akihito Nakano
2020-05-12 18:56:15 +09:00
committed by GitHub
parent f9550ff5f2
commit 6fc2532cfd

View File

@@ -86,8 +86,6 @@ pub fn testing_client_config() -> ClientConfig {
genesis_time: now,
};
client_config.dummy_eth1_backend = true;
client_config
}