@@ -78,13 +78,13 @@ RPCResult CDKGDebugSessionStatus::GetJsonHelp(const std::string& key, bool optio
7878}
7979
8080// CDKGDebugStatus::ToJson() defined in llmq/debug.cpp
81- RPCResult CDKGDebugStatus::GetJsonHelp (const std::string& key, bool optional)
81+ RPCResult CDKGDebugStatus::GetJsonHelp (const std::string& key, bool optional, bool inner_optional )
8282{
8383 return {RPCResult::Type::OBJ, key, optional, key.empty () ? " " : " The state of the node's DKG sessions" ,
8484 {
85- {RPCResult::Type::NUM, " time" , " Adjusted time for the last update, timestamp" },
86- {RPCResult::Type::STR, " timeStr" , " Adjusted time for the last update, human friendly" },
87- {RPCResult::Type::ARR, " session" , " " , {
85+ {RPCResult::Type::NUM, " time" , inner_optional, " Adjusted time for the last update, timestamp" },
86+ {RPCResult::Type::STR, " timeStr" , inner_optional, " Adjusted time for the last update, human friendly" },
87+ {RPCResult::Type::ARR, " session" , inner_optional, " " , {
8888 {RPCResult::Type::OBJ, " " , " " , {
8989 {RPCResult::Type::NUM, " llmqType" , " Name of quorum" },
9090 GetRpcResult (" quorumIndex" ),
0 commit comments