Load proving/verifying keys at startup from the public alpha parameters file.

This commit is contained in:
Sean Bowe
2016-01-04 07:30:53 -07:00
parent f512cf7c7b
commit 4f1c37980e
5 changed files with 100 additions and 0 deletions

View File

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