rm extra parameter in debug_api.nim

This commit is contained in:
Ivan Folgueira Bande 2026-03-02 17:19:22 +01:00
parent e069167cdd
commit a0b6029544
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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.