From 1ee818c98cd95b765682b458be85de555c959931 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Aug 2019 07:19:17 -1100 Subject: [PATCH] fname --- src/rpc/mining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 2b9795d81..e166ffe8d 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -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 {