Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored and spalladino committed Jul 26, 2023
1 parent c0764a6 commit 8432ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yarn-project/aztec.js/src/account_impl/entrypoint_payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { padArrayEnd } from '@aztec/foundation/collection';
import { sha256 } from '@aztec/foundation/crypto';
import { ExecutionRequest, PackedArguments, emptyExecutionRequest } from '@aztec/types';


// These must match the values defined in yarn-project/noir-libs/noir-aztec/src/entrypoint.nr
const ACCOUNT_MAX_PRIVATE_CALLS = 2;
const ACCOUNT_MAX_PUBLIC_CALLS = 2;
Expand Down Expand Up @@ -75,4 +74,4 @@ export function flattenPayload(payload: EntrypointPayload) {
...payload.flattened_targets,
payload.nonce,
];
}
}

0 comments on commit 8432ff4

Please sign in to comment.