1
0
Fork 0
forked from lthn/blockchain

compilation fixup

This commit is contained in:
sowle 2019-03-04 03:48:31 +03:00
parent 9381dc7d13
commit a832c63067

View file

@ -67,7 +67,7 @@ namespace bc_services
crypto::hash get_last_seen_block_id();
void set_last_seen_block_id(const crypto::hash& h);
bool clear();
bool set_disabled(bool is_disabled) { m_disabled = is_disabled; }
bool set_disabled(bool is_disabled) { m_disabled = is_disabled; return m_disabled; }
bool is_disabled(){ return m_disabled; }
static void init_options(boost::program_options::options_description& desc);
private: