Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit a3929b4

Browse files
committed
solc no longer generates these fields in the abi
Signed-off-by: Sean Young <[email protected]>
1 parent 4b095b9 commit a3929b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

execution/evm/abi/spec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ type specJSON struct {
2727
Type string
2828
Inputs []argumentJSON
2929
Outputs []argumentJSON
30-
Constant bool
31-
Payable bool
3230
StateMutability string
3331
Anonymous bool
3432
}

0 commit comments

Comments
 (0)