From faf07bd1ab26621e7c76fe78d2bf3c16ad3792b7 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 15 Jan 2026 08:38:59 +0100 Subject: [PATCH] doc: Fix typo found by LLM --- src/core_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core_io.cpp b/src/core_io.cpp index 05d7e5279b1..a789d5ca947 100644 --- a/src/core_io.cpp +++ b/src/core_io.cpp @@ -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