X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=862747b26c47638a161147390fd1bfce96769d6a;hp=02586c1aa05bfe089fc145a80289f368e919dbbf;hb=fe25370cb1bcb07a894fc1a020cbf99e8bb07434;hpb=262c46395f6c1a5c298048bf72e352522b74af1e diff --git a/src/main.h b/src/main.h index 02586c1..862747b 100644 --- a/src/main.h +++ b/src/main.h @@ -11,9 +11,9 @@ #include "net.h" #include "script.h" #include "scrypt.h" -#include "zerocoin/Zerocoin.h" #include +#include class CWallet; class CBlock; @@ -59,7 +59,6 @@ static const uint256 hashGenesisBlockTestNet("0x000c763e402f2436da9ed36c7286f62c inline int64 PastDrift(int64 nTime) { return nTime - 2 * 60 * 60; } // up to 2 hours from the past inline int64 FutureDrift(int64 nTime) { return nTime + 2 * 60 * 60; } // up to 2 hours from the future -extern libzerocoin::Params* ZCParams; extern CScript COINBASE_FLAGS; extern CCriticalSection cs_main; extern std::map mapBlockIndex;