From d06b792cd0c80d48aa206dd9126b515e4fb1d606 Mon Sep 17 00:00:00 2001
From: Christoph Jentzsch <jentzsch.software@gmail.com>
Date: Wed, 12 Nov 2014 07:00:17 +0100
Subject: [PATCH] minor change in CallSha256_1_nonzeroValue test

---
 StateTests/stPreCompiledContracts.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/StateTests/stPreCompiledContracts.json b/StateTests/stPreCompiledContracts.json
index 86b8ded50..e54b3d38a 100644
--- a/StateTests/stPreCompiledContracts.json
+++ b/StateTests/stPreCompiledContracts.json
@@ -1094,15 +1094,15 @@
         "out" : "0x",
         "post" : {
             "0000000000000000000000000000000000000002" : {
-                "balance" : "13",
+                "balance" : "19",
                 "code" : "0x",
                 "nonce" : "0",
                 "storage" : {
                 }
             },
             "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
-                "balance" : "20099987",
-                "code" : "0x6020600060006000600d60026101f4f1600255600051600055",
+                "balance" : "20099981",
+                "code" : "0x6020600060006000601360026101f4f1600255600051600055",
                 "nonce" : "0",
                 "storage" : {
                     "0x" : "0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
@@ -1127,7 +1127,7 @@
         "pre" : {
             "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
                 "balance" : "20000000",
-                "code" : "0x6020600060006000600d60026101f4f1600255600051600055",
+                "code" : "0x6020600060006000601360026101f4f1600255600051600055",
                 "nonce" : "0",
                 "storage" : {
                 }
-- 
GitLab