mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-09 02:59:31 +08:00
doc: Fix typo found by LLM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user