From 3ef83ec93586403ec28a61bd8c0811724227b732 Mon Sep 17 00:00:00 2001 From: Esau Date: Wed, 10 Apr 2024 11:57:06 +0200 Subject: [PATCH] hi --- yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts b/yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts index e7a43da5903..e58afca10c2 100644 --- a/yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts +++ b/yarn-project/aztec.js/src/entrypoint/default_entrypoint.ts @@ -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,