Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: ‘masternodeSync’ was not declared in this scope #1722

Closed
perwpqwe opened this issue Nov 13, 2017 · 2 comments
Closed

error: ‘masternodeSync’ was not declared in this scope #1722

perwpqwe opened this issue Nov 13, 2017 · 2 comments

Comments

@perwpqwe
Copy link

Linux ubuntu 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)

./configure --disable-wallet
make

CXX rpc/libbitcoin_server_a-mining.o
rpc/mining.cpp: In function ‘UniValue getblocktemplate(const UniValue&, bool)’:
rpc/mining.cpp:501:10: error: ‘masternodeSync’ was not declared in this scope
if (!masternodeSync.IsSynced())
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-fallthrough’
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
Makefile:5993: recipe for target 'rpc/libbitcoin_server_a-mining.o' failed

@dKrishtal
Copy link

same problem

@UdjinM6
Copy link

UdjinM6 commented Dec 3, 2017

Should be fixed by #1733.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants