aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorNils Schneider <[email protected]>2011-09-27 20:16:07 +0200
committerNils Schneider <[email protected]>2011-09-30 20:00:22 +0200
commit6ccff2cbdebca38e4913b679784a4865edfbb12a (patch)
treee13e71eb80ffa412810edcae47eea4f2b86e5b2d /src/wallet.cpp
parentMerge pull request #524 from sipa/signandverif (diff)
downloaddiscoin-6ccff2cbdebca38e4913b679784a4865edfbb12a.tar.xz
discoin-6ccff2cbdebca38e4913b679784a4865edfbb12a.zip
remove cryptopp dependency, add simple unittest for SHA256Transform()
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index d78e47039..30a561dcb 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -5,7 +5,6 @@
#include "headers.h"
#include "db.h"
-#include "cryptopp/sha.h"
#include "crypter.h"
using namespace std;