Remove accidentally commited comment for multiple sons support

This commit is contained in:
Srdjan Obucina 2020-03-26 22:59:41 +01:00
parent dc9476b2d3
commit 8e36d0e571

View file

@ -137,7 +137,7 @@ void peerplays_sidechain_plugin_impl::plugin_initialize(const boost::program_opt
config_ready_son = config_ready_son && !sons.empty();
#ifndef SUPPORT_MULTIPLE_SONS
//FC_ASSERT(sons.size() == 1, "Multiple SONs not supported");
FC_ASSERT(sons.size() == 1, "Multiple SONs not supported");
#endif
if (options.count("peerplays-private-key")) {