Merge remote-tracking branch 'zcash/master' into dPoW

This commit is contained in:
jl777
2016-10-17 15:28:00 -03:00
205 changed files with 4205 additions and 2995 deletions

View File

@@ -478,7 +478,6 @@ const boost::filesystem::path &ZC_GetParamsDir()
return path;
path = ZC_GetBaseParamsDir();
path /= BaseParams().DataDir();
return path;
}