Home
last modified time | relevance | path

Searched refs:nAdjustedTime (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dmain.h456 …& state, const Consensus::Params& consensusParams, CBlockIndex* pindexPrev, int64_t nAdjustedTime);
H A Dmain.cpp3523 …e, const Consensus::Params& consensusParams, CBlockIndex * const pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3540 if (block.GetBlockTime() > nAdjustedTime + 2 * 60 * 60) in ContextualCheckBlockHeader()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dmain.h456 …& state, const Consensus::Params& consensusParams, CBlockIndex* pindexPrev, int64_t nAdjustedTime);
H A Dmain.cpp3523 …e, const Consensus::Params& consensusParams, CBlockIndex * const pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3540 if (block.GetBlockTime() > nAdjustedTime + 2 * 60 * 60) in ContextualCheckBlockHeader()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dmain.h456 …& state, const Consensus::Params& consensusParams, CBlockIndex* pindexPrev, int64_t nAdjustedTime);
H A Dmain.cpp3523 …e, const Consensus::Params& consensusParams, CBlockIndex * const pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3540 if (block.GetBlockTime() > nAdjustedTime + 2 * 60 * 60) in ContextualCheckBlockHeader()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dvalidation.cpp3154 …n, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3181 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dvalidation.cpp3154 …n, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3181 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dvalidation.cpp3154 …n, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3181 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dvalidation.cpp3223 …tionState& state, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3248 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dvalidation.cpp3223 …tionState& state, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3248 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dvalidation.cpp3223 …tionState& state, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) in ContextualCheckBlockHeader() argument
3248 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp3580 …e, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3613 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp3580 …e, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3613 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dvalidation.cpp3580 …e, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
3613 if (block.GetBlockTime() > nAdjustedTime + MAX_FUTURE_BLOCK_TIME) in ContextualCheckBlockHeader()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dvalidation.cpp5160 …e, const CChainParams& params, const CBlockIndex* pindexPrev, int64_t nAdjustedTime) EXCLUSIVE_LOC… in ContextualCheckBlockHeader() argument
5194 …if (block.IsProofOfStake() && block.GetBlockTime() > FutureDrift(nAdjustedTime, nHeight, consensus… in ContextualCheckBlockHeader()