From f5ff1d22b24efd1fd68001f5e0b21b61c9720e55 Mon Sep 17 00:00:00 2001 From: Armin Sabouri Date: Thu, 13 Feb 2025 11:00:13 -0500 Subject: [PATCH] Fix typo in bip-0119 --- bip-0119.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index 4ab3f554..8d9c9593 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -632,7 +632,7 @@ manipulation opcodes. As an example, the following code checks an input index argument and concatenates it to the template and checks the template matches the transaction. - OP_SIZE 4 OP_EQUALVERIF + OP_SIZE 4 OP_EQUALVERIFY OP_SWAP OP_CAT OP_SHA256 OP_CHECKTEMPLATEVERIFY