From 3b90fbfaf0b6180be9276bbd050ac2475b95d949 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 19 Apr 2017 13:28:03 +0300 Subject: replace SUICIDE with SELFDESTRUCT --- StateTests/EIP158/stZeroCallsTest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'StateTests/EIP158/stZeroCallsTest.json') diff --git a/StateTests/EIP158/stZeroCallsTest.json b/StateTests/EIP158/stZeroCallsTest.json index ba311b336..4fe6af7d1 100644 --- a/StateTests/EIP158/stZeroCallsTest.json +++ b/StateTests/EIP158/stZeroCallsTest.json @@ -896,7 +896,7 @@ "value" : "0x00" } }, - "ZeroValue_SUICIDE" : { + "ZeroValue_SELFDESTRUCT" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", @@ -951,7 +951,7 @@ "value" : "0x00" } }, - "ZeroValue_SUICIDE_ToEmpty" : { + "ZeroValue_SELFDESTRUCT_ToEmpty" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", @@ -1013,7 +1013,7 @@ "value" : "0x00" } }, - "ZeroValue_SUICIDE_ToNonZeroBalance" : { + "ZeroValue_SELFDESTRUCT_ToNonZeroBalance" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", @@ -1082,7 +1082,7 @@ "value" : "0x00" } }, - "ZeroValue_SUICIDE_ToOneStorageKey" : { + "ZeroValue_SELFDESTRUCT_ToOneStorageKey" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x02b8feb0", -- cgit