|
|
@ -309,7 +309,7 @@ inline bool AllowFree(double dPriority) |
|
|
|
// This does not modify the UTXO set. If pvChecks is not NULL, script checks are pushed onto it
|
|
|
|
// This does not modify the UTXO set. If pvChecks is not NULL, script checks are pushed onto it
|
|
|
|
// instead of being performed inline.
|
|
|
|
// instead of being performed inline.
|
|
|
|
bool CheckInputs(const CTransaction& tx, CValidationState &state, CCoinsViewCache &view, bool fScriptChecks = true, |
|
|
|
bool CheckInputs(const CTransaction& tx, CValidationState &state, CCoinsViewCache &view, bool fScriptChecks = true, |
|
|
|
unsigned int flags = SCRIPT_VERIFY_P2SH | SCRIPT_VERIFY_STRICTENC, |
|
|
|
unsigned int flags = STANDARD_SCRIPT_VERIFY_FLAGS, |
|
|
|
std::vector<CScriptCheck> *pvChecks = NULL); |
|
|
|
std::vector<CScriptCheck> *pvChecks = NULL); |
|
|
|
|
|
|
|
|
|
|
|
// Apply the effects of this transaction on the UTXO set represented by view
|
|
|
|
// Apply the effects of this transaction on the UTXO set represented by view
|
|
|
|