Transplant of libzcash.

This commit is contained in:
Sean Bowe
2016-05-04 18:26:21 -06:00
parent 2140639309
commit 2dc3599271
13 changed files with 212 additions and 237 deletions

View File

@@ -8,7 +8,7 @@
#include <string>
#include "zerocash/ZerocashParams.h"
#include "zcash/JoinSplit.hpp"
class CScheduler;
class CWallet;
@@ -19,7 +19,7 @@ class thread_group;
} // namespace boost
extern CWallet* pwalletMain;
extern libzerocash::ZerocashParams* pzerocashParams;
extern ZCJoinSplit* pzcashParams;
void StartShutdown();
bool ShutdownRequested();