From bc715fbd515ccb3455ef881fe8334f1bd61caafe Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 5 Oct 2013 14:15:59 -0400 Subject: 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. --- idtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idtool.cpp') diff --git a/idtool.cpp b/idtool.cpp index 70fb15b0..aea73385 100644 --- a/idtool.cpp +++ b/idtool.cpp @@ -93,7 +93,7 @@ int main(int argc,char **argv) return -1; } - if (!id.locallyValidate(true)) { + if (!id.locallyValidate()) { std::cerr << argv[2] << " FAILED validation." << std::endl; return -1; } else std::cout << argv[2] << " is a valid identity (full check performed)" << std::endl; -- cgit v1.2.3