forked from lthn/blockchain
compilation fixup
This commit is contained in:
parent
9381dc7d13
commit
a832c63067
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue