This commit is contained in:
jl777
2019-08-05 07:25:53 -11:00
parent 314c06007c
commit 4dbac8fea0

View File

@@ -428,7 +428,7 @@ UniValue genminingCSV(const UniValue& params, bool fHelp)
}
fclose(fp);
result.push_back(Pair("result", "success"));
result.push_back(Pair("created", fname));
result.push_back(Pair("created", "COIN_mining.csv"));
}
else
{