summaryrefslogtreecommitdiff
path: root/node/Network.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 14:15:59 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 14:15:59 -0400
commitbc715fbd515ccb3455ef881fe8334f1bd61caafe (patch)
treeff0037e5a14b30d9ba590b9991c2b12792c16580 /node/Network.cpp
parenta31c54b44befcd4c0591f8a9356cad64f8bb85cf (diff)
downloadinfinitytier-bc715fbd515ccb3455ef881fe8334f1bd61caafe.tar.gz
infinitytier-bc715fbd515ccb3455ef881fe8334f1bd61caafe.zip
Make new identity hashcash algo memory hard, and tweak generation time a bit. Current hashcash cost should be overkill for what we need but still tolerable to users.
Diffstat (limited to 'node/Network.cpp')
-rw-r--r--node/Network.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Network.cpp b/node/Network.cpp
index cfc1204a..d5241de4 100644
--- a/node/Network.cpp
+++ b/node/Network.cpp
@@ -31,7 +31,6 @@
#include <math.h>
#include <algorithm>
-#include <utility>
#include "Constants.hpp"
#include "RuntimeEnvironment.hpp"