done
This commit is contained in:
@@ -569,11 +569,6 @@ UniValue getblocktemplate(const UniValue& params, bool fHelp)
|
|||||||
return BIP22ValidationResult(state);
|
return BIP22ValidationResult(state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (coinbasetxn == false )
|
|
||||||
fprintf(stderr, "disable coinbase: %s\n",strMode.c_str());
|
|
||||||
|
|
||||||
//if (strMode != "template" || strMode != "disablecb")
|
|
||||||
// throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode");
|
|
||||||
|
|
||||||
if (vNodes.empty())
|
if (vNodes.empty())
|
||||||
throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Komodo is not connected!");
|
throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Komodo is not connected!");
|
||||||
|
|||||||
Reference in New Issue
Block a user