when i compile i get this error
masternodeman.cpp:922:17: error: ‘state’ was not declared in this scope
if (state.IsInvalid(nDoS))
^
masternodeman.cpp:922:17: note: suggested alternative:
In file included from /usr/include/boost/thread/future.hpp:26:0,
from /usr/include/boost/thread.hpp:24,
from util.h:24,
from script.h:19,
from core.h:10,
from net.h:9,
from masternodeman.h:11,
from masternodeman.cpp:1:
/usr/include/boost/thread/futures/future_status.hpp:26:12: note: ‘boost::future_state::state’
enum state { uninitialized, waiting, ready, moved, deferred };
^
In file included from script.h:19:0,
from core.h:10,
from net.h:9,
from masternodeman.h:11,
from masternodeman.cpp:1:
masternodeman.cpp:924:91: error: ‘tx’ was not declared in this scope
LogPrintf("dsee - %s from %s %s was not accepted into the memory pool\n", tx.GetHash(
^
util.h:158:39: note: in definition of macro ‘LogPrintf’
#define LogPrintf(...) LogPrint(NULL, VA_ARGS)
^
masternodeman.cpp: At global scope:
masternodeman.cpp:932:5: error: expected unqualified-id before ‘else’
else if (strCommand == "dseep") { //DarkSend Election Entry Ping
^
makefile.unix:201: recipe for target 'obj/masternodeman.o' failed
make: *** [obj/masternodeman.o] Error 1``
when i compile i get this error
masternodeman.cpp:922:17: error: ‘state’ was not declared in this scope
if (state.IsInvalid(nDoS))
^
masternodeman.cpp:922:17: note: suggested alternative:
In file included from /usr/include/boost/thread/future.hpp:26:0,
from /usr/include/boost/thread.hpp:24,
from util.h:24,
from script.h:19,
from core.h:10,
from net.h:9,
from masternodeman.h:11,
from masternodeman.cpp:1:
/usr/include/boost/thread/futures/future_status.hpp:26:12: note: ‘boost::future_state::state’
enum state { uninitialized, waiting, ready, moved, deferred };
^
In file included from script.h:19:0,
from core.h:10,
from net.h:9,
from masternodeman.h:11,
from masternodeman.cpp:1:
masternodeman.cpp:924:91: error: ‘tx’ was not declared in this scope
LogPrintf("dsee - %s from %s %s was not accepted into the memory pool\n", tx.GetHash(
^
util.h:158:39: note: in definition of macro ‘LogPrintf’
#define LogPrintf(...) LogPrint(NULL, VA_ARGS)
^
masternodeman.cpp: At global scope:
masternodeman.cpp:932:5: error: expected unqualified-id before ‘else’
else if (strCommand == "dseep") { //DarkSend Election Entry Ping
^
makefile.unix:201: recipe for target 'obj/masternodeman.o' failed
make: *** [obj/masternodeman.o] Error 1``