X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=02586c1aa05bfe089fc145a80289f368e919dbbf;hp=6a320ac0cc57b37790bcbfd86e20a1a9f3d3fa8f;hb=a5240a08a7d624d20344344b79441c67311f7fd9;hpb=07bc41cd07f81fffadcf5b0fb8838e84a159389e diff --git a/src/main.h b/src/main.h index 6a320ac..02586c1 100644 --- a/src/main.h +++ b/src/main.h @@ -700,13 +700,13 @@ public: @param[in] fBlock true if called from ConnectBlock @param[in] fMiner true if called from CreateNewBlock @param[in] fScriptChecks enable scripts validation? - @param[in] flags STANDARD_SCRIPT_VERIFY_FLAGS script validation flags + @param[in] flags STRICT_FLAGS script validation flags @param[in] pvChecks NULL If pvChecks is not NULL, script checks are pushed onto it instead of being performed inline. @return Returns true if all checks succeed */ bool ConnectInputs(CTxDB& txdb, MapPrevTx inputs, std::map& mapTestPool, const CDiskTxPos& posThisTx, const CBlockIndex* pindexBlock, bool fBlock, bool fMiner, bool fScriptChecks=true, - unsigned int flags=STANDARD_SCRIPT_VERIFY_FLAGS, std::vector *pvChecks = NULL); + unsigned int flags=STRICT_FLAGS, std::vector *pvChecks = NULL); bool ClientConnectInputs(); bool CheckTransaction() const; bool AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs=true, bool* pfMissingInputs=NULL);