This commit is contained in:
jl777
2017-03-24 02:09:32 +02:00
parent 8c8a07ce24
commit 0cb1d2da0d
4 changed files with 14 additions and 28 deletions

View File

@@ -351,7 +351,7 @@ bool IsStandardTx(const CTransaction& tx, std::string& reason);
* Check if transaction is final and can be included in a block with the
* specified height and time. Consensus critical.
*/
bool IsFinalTx(uint32_t *expiredp,const CTransaction &tx, int nBlockHeight, int64_t nBlockTime, int flags);
bool IsFinalTx(uint32_t *expiredp,const CTransaction &tx, int nBlockHeight, int64_t nBlockTime, int flags,uint32_t prevblocktime);
/**
* Check if transaction will be final in the next block to be created.