Skip to content

fix: add missing 'function'#476

Open
CryptAm wants to merge 1 commit into
Certora:masterfrom
CryptAm:patch-1
Open

fix: add missing 'function'#476
CryptAm wants to merge 1 commit into
Certora:masterfrom
CryptAm:patch-1

Conversation

@CryptAm

@CryptAm CryptAm commented Jun 24, 2026

Copy link
Copy Markdown

In the CVL1 > CVL2 migration example within the changes section, the function keyword was missing from the method declaration inside the methods block.

Before:

transferFrom(address, address, uint) returns(bool) envfree

After:

function transferFrom(address, address, uint) returns(bool) envfree

In the CVL1 > CVL2 migration example within the changes section, the `function` keyword was missing from the method declaration inside the `methods` block.

**Before:**
```text
transferFrom(address, address, uint) returns(bool) envfree
```

**After:**
```text
function transferFrom(address, address, uint) returns(bool) envfree
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant