doc: Fix typo found by LLM

This commit is contained in:
MarcoFalke 2026-01-15 08:38:59 +01:00
parent faf66673ac
commit faf07bd1ab
No known key found for this signature in database

View File

@ -128,7 +128,7 @@ CScript ParseScript(const std::string& s)
return result;
}
// Check that all of the input and output scripts of a transaction contains valid opcodes
/// Check that all of the input and output scripts of a transaction contain valid opcodes
static bool CheckTxScriptsSanity(const CMutableTransaction& tx)
{
// Check input scripts for non-coinbase txs