Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed May 28, 2023
1 parent 30db77f commit b14fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/secure/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ nano::ledger_constants & nano::dev::constants{ nano::dev::network_params.ledger
std::shared_ptr<nano::block> & nano::dev::genesis = nano::dev::constants.genesis;

nano::network_params::network_params (nano::networks network_a) :
work{ network_a == nano::networks::nano_live_network ? nano::work_thresholds::publish_full : network_a == nano::networks::banano_beta_network ? nano::work_thresholds::publish_beta
work{ network_a == nano::networks::banano_live_network ? nano::work_thresholds::publish_full : network_a == nano::networks::banano_beta_network ? nano::work_thresholds::publish_beta
: network_a == nano::networks::banano_test_network ? nano::work_thresholds::publish_test
: nano::work_thresholds::publish_dev },
network{ work, network_a },
Expand Down

0 comments on commit b14fc48

Please sign in to comment.