aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-02-12 01:43:37 +0800
committerGav Wood <i@gavwood.com>2014-02-12 01:43:37 +0800
commitc98ca8f7229478df7bb17e2b226614154e58ea3d (patch)
treecad838fa7e51c8973377a648b226c3f9ac7558ce /main.cpp
parentf649175f75adfbee509b82bcdd14427588fd829f (diff)
downloaddexon-solidity-c98ca8f7229478df7bb17e2b226614154e58ea3d.tar.gz
dexon-solidity-c98ca8f7229478df7bb17e2b226614154e58ea3d.tar.zst
dexon-solidity-c98ca8f7229478df7bb17e2b226614154e58ea3d.zip
Fixes for Go interop.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index 14af62b8..9caaaa14 100644
--- a/main.cpp
+++ b/main.cpp
@@ -41,11 +41,11 @@ int main(int argc, char** argv)
std::cout << asHex(s.out()) << std::endl;
std::cout << sha3(s.out()) << std::endl;*/
- hexPrefixTest();
- rlpTest();
- trieTest();
+// hexPrefixTest();
+// rlpTest();
+// trieTest();
// daggerTest();
-// cryptoTest();
+ cryptoTest();
// stateTest();
// peerTest(argc, argv);
return 0;