mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 04:19:47 -08:00
[issue-3] should be 'Downloading'
This commit is contained in:
@@ -425,7 +425,7 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
|
|||||||
filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat";
|
filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat";
|
||||||
|
|
||||||
if (!filesystem::exists(pathBootstrap)) {
|
if (!filesystem::exists(pathBootstrap)) {
|
||||||
printf("Donwloading bootstrap.dat from casinocoin.org...\n");
|
printf("Downloading bootstrap.dat from casinocoin.org...\n");
|
||||||
CURL *curl;
|
CURL *curl;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
CURLcode res;
|
CURLcode res;
|
||||||
|
|||||||
Reference in New Issue
Block a user