Skip params if nSPV
This commit is contained in:
@@ -1302,9 +1302,11 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
libsnark::inhibit_profiling_info = true;
|
libsnark::inhibit_profiling_info = true;
|
||||||
libsnark::inhibit_profiling_counters = true;
|
libsnark::inhibit_profiling_counters = true;
|
||||||
|
|
||||||
// Initialize Zcash circuit parameters
|
if ( KOMODO_NSPV == 0 )
|
||||||
ZC_LoadParams(chainparams);
|
{
|
||||||
|
// Initialize Zcash circuit parameters
|
||||||
|
ZC_LoadParams(chainparams);
|
||||||
|
}
|
||||||
/* Start the RPC server already. It will be started in "warmup" mode
|
/* Start the RPC server already. It will be started in "warmup" mode
|
||||||
* and not really process calls already (but it will signify connections
|
* and not really process calls already (but it will signify connections
|
||||||
* that the server is there and will be ready later). Warmup mode will
|
* that the server is there and will be ready later). Warmup mode will
|
||||||
|
|||||||
Reference in New Issue
Block a user