From 5d9b5139d9fc08dad610c442ebfa731bacda0734 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Fri, 13 Oct 2023 10:30:31 +0100 Subject: [PATCH] Update common.cpp --- circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp b/circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp index 29d1d020a2d..45cba2b8af0 100644 --- a/circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp +++ b/circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp @@ -340,7 +340,6 @@ void common_contract_logic(DummyBuilder& builder, const auto is_contract_deployment = public_inputs.constants.tx_context.is_contract_deployment_tx; - // input storage contract address must be 0 if its a constructor call and non-zero otherwise if (is_contract_deployment) { auto constructor_hash = compute_constructor_hash(function_data, private_call_public_inputs.args_hash, private_call_vk_hash); @@ -429,4 +428,4 @@ void common_contract_logic(DummyBuilder& builder, } } -} // namespace aztec3::circuits::kernel::private_kernel \ No newline at end of file +} // namespace aztec3::circuits::kernel::private_kernel