From 47cb339dedf41e9d421448aa393da96ec4c2774e Mon Sep 17 00:00:00 2001 From: Rigidity Date: Wed, 27 Nov 2024 09:56:52 -0500 Subject: [PATCH] Remove comment --- src/chia_dialect.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chia_dialect.rs b/src/chia_dialect.rs index 690e51a5..3c7587f5 100644 --- a/src/chia_dialect.rs +++ b/src/chia_dialect.rs @@ -102,7 +102,6 @@ impl Dialect for ChiaDialect { // which makes the multiplier 0x1c3a8f and 0x0cf84f (there is an // implied +1) and cost function 0 let f = match opcode { - // If we add more operators here, we will have to exclude them from signature collection. 0x13d61f00 => op_secp256k1_verify, 0x1c3a8f00 => op_secp256r1_verify, _ => {