Ran qmake
then make
But I get this error:
src/qt/bitcoingui.cpp:1019:82: note: candidate is:
In file included from src/qt/bitcoingui.cpp:28:0:
src/wallet.h:282:10: note: bool CWallet::GetStakeWeight(const CKeyStore&, uint64&, uint64&, uint64&)
bool GetStakeWeight(const CKeyStore& keystore, uint64& nMinWeight, uint64& nMaxWeight, uint64& nWeight);
^
src/wallet.h:282:10: note: no known conversion for argument 2 from 'uint64_t {aka long unsigned int}' to 'uint64& {aka long long unsigned int&}'
make: *** [build/bitcoingui.o] Error 1
Does anyone know what to do, or what im missing?
That's an easy one, I'll push an update this weekend. There's a few other things I need to take a look at, too