aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-10 14:15:27 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-10 14:15:27 +0800
commit43bab79fbc08c858a2f7a83529111ac6fffa3a77 (patch)
treef89b0dc5b886cc18c4e3f21cf76551c3303912c2 /state.cpp
parentb4d8ff5fdc82a1b93defa94cb3b0a075f13600f7 (diff)
parent215e9e2657749591e1d698d036e5393c722a2fcf (diff)
downloaddexon-solidity-43bab79fbc08c858a2f7a83529111ac6fffa3a77.tar.gz
dexon-solidity-43bab79fbc08c858a2f7a83529111ac6fffa3a77.tar.zst
dexon-solidity-43bab79fbc08c858a2f7a83529111ac6fffa3a77.zip
Merge remote-tracking branch 'upstream/develop' into NewStateTests
Conflicts: test/state.cpp test/tmpFiller.json
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/state.cpp b/state.cpp
index 71367696..adf1e44a 100644
--- a/state.cpp
+++ b/state.cpp
@@ -54,13 +54,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin)
ImportTest importer(o, _fillin);
- if (_fillin)
- {
- importer.code = importer.m_statePre.code(importer.m_environment.myAddress);
- importer.m_environment.code = importer.code;
- }
-
- State theState = importer.m_statePre;
+ State theState = importer.m_statePre;
bytes tx = importer.m_transaction.rlp();
bytes output;