mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
remove cryptopp dependency, add simple unittest for SHA256Transform()
This commit is contained in:
parent
f4769e44a3
commit
6ccff2cbde
28 changed files with 87 additions and 6057 deletions
|
|
@ -10,10 +10,11 @@
|
|||
#include "transaction_tests.cpp"
|
||||
#include "DoS_tests.cpp"
|
||||
#include "base64_tests.cpp"
|
||||
#include "miner_tests.cpp"
|
||||
|
||||
CWallet* pwalletMain;
|
||||
|
||||
void Shutdown(void* parg)
|
||||
{
|
||||
exit(0);
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue