mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +00:00
fix: prefix
This commit is contained in:
parent
a3048f517b
commit
bee583d448
@ -10,7 +10,7 @@ proc adminPeers*(): RpcResponse[JsonNode] {.raises: [Exception].} =
|
||||
|
||||
proc wakuV2Peers*(): RpcResponse[JsonNode] {.raises: [Exception].} =
|
||||
let payload = %* []
|
||||
result = callPrivateRPC("peers", payload)
|
||||
result = callPrivateRPC("peers".prefix, payload)
|
||||
|
||||
proc sendRPCMessageRaw*(inputJSON: string): string {.raises: [Exception].} =
|
||||
result = callPrivateRPCRaw(inputJSON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user