Skip to content

Commit

Permalink
add payable and constant fields to generated abis
Browse files Browse the repository at this point in the history
  • Loading branch information
kilic committed Sep 5, 2020
1 parent 5a9526d commit a2e1f40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modexp/modexp_3064_fd54.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"abi": [
{
"payable": false,
"constant": true,
"inputs": [
{
"name": "input",
Expand Down
2 changes: 2 additions & 0 deletions modexp/modexp_c191_3f52.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"abi": [
{
"payable": false,
"constant": true,
"inputs": [
{
"name": "input",
Expand Down

0 comments on commit a2e1f40

Please sign in to comment.