mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-18 08:19:26 +00:00
rm extra parameter in debug_api.nim
This commit is contained in:
parent
e069167cdd
commit
a0b6029544
@ -30,10 +30,7 @@ proc logosdelivery_get_node_info(
|
|||||||
return ok(ctx.myLib[].stateInfo.getNodeInfoItem(infoItemIdEnum))
|
return ok(ctx.myLib[].stateInfo.getNodeInfoItem(infoItemIdEnum))
|
||||||
|
|
||||||
proc logosdelivery_get_available_configs(
|
proc logosdelivery_get_available_configs(
|
||||||
ctx: ptr FFIContext[Waku],
|
ctx: ptr FFIContext[Waku], callback: FFICallBack, userData: pointer
|
||||||
callback: FFICallBack,
|
|
||||||
userData: pointer,
|
|
||||||
nodeInfoId: cstring,
|
|
||||||
) {.ffi.} =
|
) {.ffi.} =
|
||||||
## Returns information about the accepted config items.
|
## Returns information about the accepted config items.
|
||||||
## For analogy with a CLI app, this is the info when typing --help for a command.
|
## For analogy with a CLI app, this is the info when typing --help for a command.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user