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

@@ -23,6 +23,7 @@
CClientUIInterface uiInterface; // Declared but not defined in ui_interface.h
CWallet* pwalletMain;
libzerocash::ZerocashParams *pzerocashParams;
extern bool fPrintToConsole;
extern void noui_connect();