X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=692c6b05d428c309993f3c95ac99534d50e114ab;hp=b75a679ac8a40493c6456dfe7896bc80ca5ebc72;hb=056f3b1ef51d160dad763ed43cacc151735999de;hpb=c6444ebc7248037fccd5ff6e66f0b180f84a6302 diff --git a/src/main.h b/src/main.h index b75a679..692c6b0 100644 --- a/src/main.h +++ b/src/main.h @@ -81,7 +81,7 @@ extern CBlockIndex* pindexBest; extern unsigned int nTransactionsUpdated; extern uint64_t nLastBlockTx; extern uint64_t nLastBlockSize; -extern int64_t nLastCoinStakeSearchInterval; +extern uint32_t nLastCoinStakeSearchInterval; extern const std::string strMessageMagic; extern int64_t nTimeBestReceived; extern CCriticalSection cs_setpwalletRegistered;