aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-01-09 05:17:58 +0800
committerGav Wood <i@gavwood.com>2014-01-09 05:17:58 +0800
commitf70eec31a990b4eb3f1105a0dab8e45f54df42b7 (patch)
tree8f11160fae0d368d2efb04b1bdeda2b4104da5e7 /main.cpp
parent1aefdda8975b9a259be0b7c52f02484ff9f2d315 (diff)
downloaddexon-solidity-f70eec31a990b4eb3f1105a0dab8e45f54df42b7.tar.gz
dexon-solidity-f70eec31a990b4eb3f1105a0dab8e45f54df42b7.tar.zst
dexon-solidity-f70eec31a990b4eb3f1105a0dab8e45f54df42b7.zip
More work on big picture stuff.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 2216e877..100b9e6d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -38,7 +38,7 @@ int main()
{
// Test dagger
{
- Dagger d(1);
+ Dagger d(0);
auto s = steady_clock::now();
cout << hex << d.eval(0);
cout << " " << dec << duration_cast<milliseconds>(steady_clock::now() - s).count() << " ms" << endl;