This commit is contained in:
jl777
2019-08-05 07:23:45 -11:00
parent 7bedc90a8b
commit 314c06007c

View File

@@ -407,7 +407,7 @@ CBlockIndex *komodo_chainactive(int32_t height);
UniValue genminingCSV(const UniValue& params, bool fHelp)
{
int32_t i,z,height; FILE *fp; char str[64],fname[64]; arith_uint256 bnTarget; CBlockIndex *pindex; bool fNegative,fOverflow; UniValue result(UniValue::VOBJ);
int32_t i,z,height; FILE *fp; char str[64],fname[256]; arith_uint256 bnTarget; CBlockIndex *pindex; bool fNegative,fOverflow; UniValue result(UniValue::VOBJ);
if (fHelp || params.size() != 0 )
throw runtime_error("genminingCSV\n");
LOCK(cs_main);