I found that I broke the build on ubuntu with my last commit. I changed nHashesPerSec to be declared extern in miner.h to fix this.
I also removed the #include <wallet/wallet.cpp> from miner.cpp, and moved a couple declarations into wallet.h, this fixes the #11 where tests weren't building.
I found that I broke the build on ubuntu with my last commit. I changed nHashesPerSec to be declared extern in miner.h to fix this.
I also removed the #include <wallet/wallet.cpp> from miner.cpp, and moved a couple declarations into wallet.h, this fixes the #11 where tests weren't building.