From 9779d67b8cdf4e99818a5eeadbc3aebd7527b1a9 Mon Sep 17 00:00:00 2001
From: Christoph Jentzsch <jentzsch.software@gmail.com>
Date: Tue, 7 Oct 2014 15:45:53 +0200
Subject: [PATCH] CallToNameRegistratorOutOfGas balance correction

Even if execution fails, the value gets transferred.
---
 vmtests/vmSystemOperationsTest.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vmtests/vmSystemOperationsTest.json b/vmtests/vmSystemOperationsTest.json
index 241df0d9c..c3e339f24 100644
--- a/vmtests/vmSystemOperationsTest.json
+++ b/vmtests/vmSystemOperationsTest.json
@@ -468,7 +468,7 @@
                 }
             },
             "945304eb96065b2a98b57a48a06ae28d285a71b5" : {
-                "balance" : "23",
+                "balance" : "46",
                 "code" : "0x600035560f6009590060203560003557",
                 "nonce" : "0",
                 "storage" : {
@@ -1482,4 +1482,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}
-- 
GitLab