mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-02 18:53:21 +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))
|
||||
|
||||
proc logosdelivery_get_available_configs(
|
||||
ctx: ptr FFIContext[Waku],
|
||||
callback: FFICallBack,
|
||||
userData: pointer,
|
||||
nodeInfoId: cstring,
|
||||
ctx: ptr FFIContext[Waku], callback: FFICallBack, userData: pointer
|
||||
) {.ffi.} =
|
||||
## Returns information about the accepted config items.
|
||||
## 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