Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luivatra committed Jan 8, 2025
1 parent 958ffda commit 287c3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
4 changes: 1 addition & 3 deletions validators/conditions/permissioned.ak
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 287c3a1

Please sign in to comment.