aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index 0cf46901..ed0ea76e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -42,11 +42,11 @@ int main(int, char**)
std::cout << asHex(s.out()) << std::endl;
std::cout << sha3(s.out()) << std::endl;*/
-// hexPrefixTest();
-// rlpTest();
-// trieTest();
-// daggerTest();
-// cryptoTest();
+ hexPrefixTest();
+ rlpTest();
+ trieTest();
+ daggerTest();
+ cryptoTest();
vmTest();
// stateTest();
// peerTest(argc, argv);