Skip to content

Commit

Permalink
Update packages/predicate/src/predicate.ts
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 15, 2023
1 parent f479ba7 commit 03123a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/predicate/src/predicate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class Predicate<ARGS extends InputValue[]> extends Account {

private static processPredicateData(
bytes: BytesLike,
JsonAbi?: JsonAbi,
jsonAbi: JsonAbi,
configurableConstants?: { [name: string]: unknown }
) {
let predicateBytes = arrayify(bytes);
Expand Down

0 comments on commit 03123a8

Please sign in to comment.