pre-testnet4 genesis values (#1744)

This commit is contained in:
Yeastplume
2018-10-15 11:14:49 +01:00
committed by GitHub
parent 3b0006934e
commit 13facfac4b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub struct WalletConfig {
impl Default for WalletConfig {
fn default() -> WalletConfig {
WalletConfig {
chain_type: Some(ChainTypes::Testnet3),
chain_type: Some(ChainTypes::Testnet4),
api_listen_interface: "127.0.0.1".to_string(),
api_listen_port: 13415,
api_secret_path: Some(".api_secret".to_string()),