mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
doc: Fix typo found by LLM
This commit is contained in:
parent
faf66673ac
commit
faf07bd1ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user