#310 refactor maintenance block #678
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ bool peerplays_sidechain_plugin_impl::is_active_son(son_id_type son_id) {
|
|||
if (son_obj == idx.end())
|
||||
return false;
|
||||
|
||||
//! Fixme - now only bitcoin, fix according to sidechain_type
|
||||
|
||||
const chain::global_property_object &gpo = plugin.database().get_global_properties();
|
||||
set<son_id_type> active_son_ids;
|
||||
for(const auto& active_sidechain_type : active_sidechain_types) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue