Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 27, 2024
1 parent ddd19d9 commit 47cb339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chia_dialect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
_ => {
Expand Down

0 comments on commit 47cb339

Please sign in to comment.