This commit is contained in:
jl777
2019-08-05 07:19:17 -11:00
parent 5e980a8c26
commit 1ee818c98c

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", "mining.csv"));
result.push_back(Pair("created", fname));
}
else
{