From 14888bf542ff086c9f67cac0b0f60dbca6547604 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sun, 18 Nov 2018 22:49:58 +0700 Subject: [PATCH] Resolve conflict and pretty-print json file --- tests/testdata/outputs_expected/multi_contracts.sol.o.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/testdata/outputs_expected/multi_contracts.sol.o.json b/tests/testdata/outputs_expected/multi_contracts.sol.o.json index 658300df..c4d6e54c 100644 --- a/tests/testdata/outputs_expected/multi_contracts.sol.o.json +++ b/tests/testdata/outputs_expected/multi_contracts.sol.o.json @@ -5,11 +5,11 @@ "address": 142, "contract": "Unknown", "debug": "", - "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" }