From 4eebd4628b87db6f7b67d3a6e78c20a4b02fa5f9 Mon Sep 17 00:00:00 2001 From: microproofs Date: Wed, 1 Nov 2023 13:04:26 -0400 Subject: [PATCH] chore: fix comment --- crates/aiken-lang/src/gen_uplc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aiken-lang/src/gen_uplc.rs b/crates/aiken-lang/src/gen_uplc.rs index 8e6e81ef..2f28951b 100644 --- a/crates/aiken-lang/src/gen_uplc.rs +++ b/crates/aiken-lang/src/gen_uplc.rs @@ -195,7 +195,7 @@ impl<'a> CodeGenerator<'a> { fn finalize(&mut self, mut term: Term) -> Program { term = self.special_functions.apply_used_functions(term); - // TODO: Once SOP is implemented, new version is 1.1.0 + // TODO: Once SOP is implemented on mainnet, new version is 1.1.0 let mut program = Program { version: (1, 0, 0), term,