aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-01-20 01:17:05 +0800
committerGav Wood <i@gavwood.com>2014-01-20 01:17:05 +0800
commitb73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd (patch)
tree284ee7f8fc0023623b023c38bb549e3797ce4eb5 /state.cpp
parent9033480699fb59a307680c39ddb698608a493648 (diff)
downloaddexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar.gz
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar.bz2
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar.lz
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar.xz
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.tar.zst
dexon-solidity-b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd.zip
Caching (on two levels!) and quite possibly working State transition
class.
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 744daf0d..0e2967d7 100644
--- a/state.cpp
+++ b/state.cpp
@@ -26,6 +26,8 @@ using namespace eth;
int stateTest()
{
+ State s(toPublic(sha3("123")));
+
return 0;
}