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