aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-09-30 05:04:26 -0700
committerGavin Andresen <gavinandresen@gmail.com>2011-09-30 05:04:26 -0700
commitf4769e44a326f61bdf47fa39346e1293b97e31c4 (patch)
treee8980ee2a5dab3a1a2f1f8ac9cb83c8c0e8e0e9c /src/test/test_bitcoin.cpp
parente297ea999e15445fa8385597f03aa621ba479d18 (diff)
parent3a570dc80a7391b7f3943cb83849055318e0217a (diff)
downloadbitcoin-f4769e44a326f61bdf47fa39346e1293b97e31c4.tar.xz
Merge pull request #524 from sipa/signandverif
Sign and verify message with bitcoin address
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index c6f6d94b1e..a42ad7524f 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -9,6 +9,7 @@
#include "script_tests.cpp"
#include "transaction_tests.cpp"
#include "DoS_tests.cpp"
+#include "base64_tests.cpp"
CWallet* pwalletMain;