Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
remove vm section from config (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored and tomusdrw committed Apr 4, 2018
1 parent fa51ade commit d6f2d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 1 addition & 11 deletions src/data.compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,16 +1208,6 @@
"section": "Snapshots",
"description": "Snapshoting (warp sync) settings."
},
"vm": {
"jit": {
"name": "Enable JIT",
"type": "bool",
"description": "Enables Just In Time compiler. Super-fast for CPU-intensive contracts.",
"default": false
},
"section": "VM",
"description": "EVM settings."
},
"misc": {
"logging": {
"name": "Logging",
Expand Down Expand Up @@ -1281,4 +1271,4 @@
},
"description": "Whisper"
}
}
}
8 changes: 0 additions & 8 deletions src/data.extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,14 +823,6 @@
"description": "Disables automatic periodic snapshots."
}
},
"vm": {
"section": "VM",
"description": "EVM settings.",
"jit": {
"name": "Enable JIT",
"description": "Enables Just In Time compiler. Super-fast for CPU-intensive contracts."
}
},
"whisper": {
"section": "Whisper",
"description": "Whisper"
Expand Down

0 comments on commit d6f2d42

Please sign in to comment.