X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=b553d6c54b4d26ec4ab8015c4eb9ac5d59a1c029;hp=8ee3d31942de46935dcc81f913eca7924ac8d478;hb=532b9005ab4fc02db3db424b4631fe395e0b9071;hpb=83ba9e1c5165dc7e89b10e63c82fa9393c1e5598 diff --git a/src/main.h b/src/main.h index 8ee3d31..b553d6c 100644 --- a/src/main.h +++ b/src/main.h @@ -126,7 +126,7 @@ void ThreadScriptCheckQuit(); bool CheckProofOfWork(uint256 hash, unsigned int nBits); unsigned int GetNextTargetRequired(const CBlockIndex* pindexLast, bool fProofOfStake); int64_t GetProofOfWorkReward(unsigned int nBits, int64_t nFees=0); -int64_t GetProofOfStakeReward(int64_t nCoinAge, unsigned int nBits, unsigned int nTime, bool bCoinYearOnly=false); +int64_t GetProofOfStakeReward(int64_t nCoinAge, unsigned int nBits, int64_t nTime, bool bCoinYearOnly=false); unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime); unsigned int ComputeMinStake(unsigned int nBase, int64_t nTime, unsigned int nBlockTime); int GetNumBlocksOfPeers();