Wallet recreation by scheduled SON only, some cosmetic refactoring

This commit is contained in:
Srdjan Obucina 2020-01-24 16:51:45 +01:00
parent 7ceed83a95
commit 8399008e7d

View file

@ -50,7 +50,6 @@ class peerplays_sidechain_plugin_impl
std::map<chain::public_key_type, fc::ecc::private_key> _private_keys;
std::set<chain::son_id_type> _sons;
fc::future<void> _heartbeat_task;
fc::future<void> _son_event_processing_task;
};