From 1e19a5b6808c1c2d6e2abf959db3db0b27a31da1 Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Sun, 19 Nov 2023 00:36:13 +0100 Subject: [PATCH] Update semantics.rs remove old comments --- src/lib/semantics.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/semantics.rs b/src/lib/semantics.rs index 4f4c3d9..550697f 100644 --- a/src/lib/semantics.rs +++ b/src/lib/semantics.rs @@ -251,10 +251,6 @@ impl<'a> ContractInstance { } -// TODO : empty list of inputs are used to step a timed out contract -// TODO : when accounts go to zero, they should be removed from the account list -// TODO : in general, order of things - check on marlowe indexer. -// TODO : plutus_data should publish new version impl ContractSemantics for ContractInstance { /// Lists all known parties in the contract.