X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=cac65cd2acf49b127f23e05e0443fdb2414ea8ad;hp=7497bfa898d23416fe6a2418fe644fde59f16448;hb=1cb6116de830fb37b6961a8bd424b9368b397bee;hpb=9a452adf035d90d341142ed0a164b4e716cdbe84 diff --git a/src/main.h b/src/main.h index 7497bfa..cac65cd 100644 --- a/src/main.h +++ b/src/main.h @@ -696,7 +696,7 @@ public: */ bool ConnectInputs(CTxDB& txdb, MapPrevTx inputs, std::map& mapTestPool, const CDiskTxPos& posThisTx, - const CBlockIndex* pindexBlock, bool fBlock, bool fMiner, bool fStrictPayToScriptHash=true); + const CBlockIndex* pindexBlock, bool fBlock, bool fMiner, unsigned int flags=STANDARD_SCRIPT_VERIFY_FLAGS); bool ClientConnectInputs(); bool CheckTransaction() const; bool AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs=true, bool* pfMissingInputs=NULL);