Remove accidentally commited comment for multiple sons support
This commit is contained in:
parent
dc9476b2d3
commit
8e36d0e571
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ void peerplays_sidechain_plugin_impl::plugin_initialize(const boost::program_opt
|
||||||
config_ready_son = config_ready_son && !sons.empty();
|
config_ready_son = config_ready_son && !sons.empty();
|
||||||
|
|
||||||
#ifndef SUPPORT_MULTIPLE_SONS
|
#ifndef SUPPORT_MULTIPLE_SONS
|
||||||
//FC_ASSERT(sons.size() == 1, "Multiple SONs not supported");
|
FC_ASSERT(sons.size() == 1, "Multiple SONs not supported");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (options.count("peerplays-private-key")) {
|
if (options.count("peerplays-private-key")) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue