Network selector (#3410)
* fixes regression allowing for networks to honor build and runtime selection * clang-format
This commit is contained in:
parent
fcbcb5bddc
commit
957ebe10b9
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const std::string default_test_peer_network = nano::get_env_or_default ("NANO_TE
|
|||
}
|
||||
|
||||
nano::node_config::node_config () :
|
||||
node_config (0, nano::logging (), nano::dev::network_params)
|
||||
node_config (0, nano::logging (), nano::network_params{ nano::network_constants::active_network })
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue