From 287c3a136da1b5ff48962a7d7345b05f629b5cea Mon Sep 17 00:00:00 2001 From: Robert Pieter van Leeuwen Date: Wed, 8 Jan 2025 11:15:56 +0100 Subject: [PATCH] fixed comment --- aiken.lock | 2 +- validators/conditions/permissioned.ak | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/aiken.lock b/aiken.lock index da94bda..ea97bb2 100644 --- a/aiken.lock +++ b/aiken.lock @@ -35,4 +35,4 @@ requirements = [] source = "github" [etags] -"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1732619791, nanos_since_epoch = 638622185 }, "33dce3a6dbfc58a92cc372c4e15d802f079f4958af941386d18980eb98439bb4"] +"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1736331347, nanos_since_epoch = 928794439 }, "25c8d0802b8266feca04b47933382c5dee3cadb422208a5d3810d9d2df108c2e"] diff --git a/validators/conditions/permissioned.ak b/validators/conditions/permissioned.ak index 2b6cad1..4314b7b 100644 --- a/validators/conditions/permissioned.ak +++ b/validators/conditions/permissioned.ak @@ -106,9 +106,7 @@ fn scoop_permission( ) } -/// Process a single order, comparing it to the output to ensure it was executed faithfully, and returning the new pool state -/// -/// Most of the parameters here are for performance reasons, to avoid destructuring objects, since thats very expensive +/// Process a single order, ensuring that the provided order datum has a valid ComplianceToken fn process_order( // The validity range of the transaction, used to ensure the signed execution is within the correct time window validity_range: ValidityRange,