mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -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";
|
||||
|
||||
if (!filesystem::exists(pathBootstrap)) {
|
||||
printf("Donwloading bootstrap.dat from casinocoin.org...\n");
|
||||
printf("Downloading bootstrap.dat from casinocoin.org...\n");
|
||||
CURL *curl;
|
||||
FILE *fp;
|
||||
CURLcode res;
|
||||
|
||||
Reference in New Issue
Block a user