Skip to content

Commit

Permalink
improve code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
  • Loading branch information
Torres-ssf and arboleya authored May 6, 2024
1 parent 63bf611 commit 3473e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/predicate/predicate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class Predicate<TInputData extends InputValue[]> extends Account {

if (!allInputsAreEmpty) {
/**
* If at least one resource was added as predicate resource, we need to check if it was the
* If at least one resource was added as a predicate resource, we need to check if it was the
* first one. If that is the case, we don't need to remove the witness placeholder
* as this was added with the "witnessIndex" as 0 and without a placeholder witness. Later if
* any resource without predicate is added, it will have the same witnessIndex because it has the
Expand Down

0 comments on commit 3473e6d

Please sign in to comment.