Change hardcoded -> hard_coded

This commit is contained in:
Paul Hauner
2019-12-02 12:56:31 +11:00
parent e0cb5fb170
commit a0af4e6bb4
3 changed files with 6 additions and 6 deletions

View File

@@ -310,7 +310,7 @@ fn init_new_client<E: EthSpec>(
Eth2TestnetConfig::load(testnet_dir.clone())
.map_err(|e| format!("Unable to open testnet dir at {:?}: {}", testnet_dir, e))?
} else {
Eth2TestnetConfig::hardcoded()
Eth2TestnetConfig::hard_coded()
.map_err(|e| format!("Unable to load hard-coded testnet dir: {}", e))?
};