Format metacoin.sol.o.json

pull/757/head
Bernhard Mueller 6 years ago
parent 408686e739
commit c9ff1010ea
  1. 19
      tests/testdata/outputs_expected/metacoin.sol.o.json

@ -1 +1,18 @@
{"error": null, "issues": [{"address": 498, "contract": "Unknown", "debug": "<DEBUG-DATA>", "description": "This binary add operation can result in integer overflow.\n", "function": "sendToken(address,uint256)", "max_gas_used": 27415, "min_gas_used": 6750, "swc-id": "101", "title": "Integer Overflow", "type": "Warning"}], "success": true}
{
"error": null,
"issues": [
{
"address": 498,
"contract": "Unknown",
"debug": "<DEBUG-DATA>",
"description": "This binary add operation can result in integer overflow.\n",
"function": "sendToken(address,uint256)",
"max_gas_used": 27415,
"min_gas_used": 6750,
"swc-id": "101",
"title": "Integer Overflow",
"type": "Warning"
}
],
"success": true
}

Loading…
Cancel
Save