Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
sklppy88 committed Apr 10, 2024
1 parent 55eb2cb commit 3ef83ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class DefaultEntrypoint implements EntrypointInterface {

const call = calls[0];
const entrypointPackedArguments = PackedArguments.fromArgs(call.args);
const txContext = TxContext.empty(this.chainId, this.protocolVersion);
const txContext = TxContext.default(this.chainId, this.protocolVersion);
return Promise.resolve(
new TxExecutionRequest(
call.to,
Expand Down

0 comments on commit 3ef83ec

Please sign in to comment.