Skip to content

Commit 4e20bc5

Browse files
kumarakCopilot
andauthored
Update lib/patchestry/Passes/ContractOperationImpl.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a57725f commit 4e20bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/patchestry/Passes/ContractOperationImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ namespace patchestry::passes {
234234
const auto &contract_spec = contract.spec.value();
235235
auto contract_type = contract_spec.type;
236236
if (contract_type == ContractType::STATIC) {
237-
LOG(ERROR) << "Static contracts are not supported yet\n";
237+
LOG(ERROR) << "Static contracts are not supported in entrypoint mode\n";
238238
return;
239239
}
240240
assert(

0 commit comments

Comments
 (0)