pre-testnet4 genesis values (#1744)
This commit is contained in:
+1
-1
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user