Browse Source

Suggest ./zcutil/fetch-params.sh as well

Once we improve the from-source installation docs to use 'make install', we can
revert this commit.
pull/4/head
Jack Grigg 8 years ago
parent
commit
0b0a48c881
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/init.cpp

2
src/init.cpp

@ -625,7 +625,7 @@ static void ZC_LoadParams()
uiInterface.ThreadSafeMessageBox(strprintf(
_("Cannot find the Zcash network parameters in the following directory:\n"
"%s\n"
"Please run 'zcash-fetch-params' and then restart."),
"Please run 'zcash-fetch-params' or './zcutil/fetch-params.sh' and then restart."),
ZC_GetParamsDir()),
"", CClientUIInterface::MSG_ERROR);
StartShutdown();

Loading…
Cancel
Save