Resolve conflict and pretty-print json file

pull/715/head
Bernhard Mueller 6 years ago
parent bdcd664888
commit 14888bf542
  1. 6
      tests/testdata/outputs_expected/multi_contracts.sol.o.json

@ -5,11 +5,11 @@
"address": 142,
"contract": "Unknown",
"debug": "<DEBUG-DATA>",
"description": "Users other than the contract creator can withdraw ETH from the contract account without previously having sent any ETH to it. This is likely to be vulnerability.",
"description": "Arbitrary senders other than the contract creator can withdraw ETH from the contract account without previously having sent an equivalent amount of ETH to it. This is likely to be a vulnerability.",
"function": "transfer()",
"swc-id": "105",
"min_gas_used": 186,
"max_gas_used": 467,
"min_gas_used": 186,
"swc-id": "105",
"title": "Ether thief",
"type": "Warning"
}

Loading…
Cancel
Save