mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
devguides: daemon rpc fix in_peers example typo
This commit is contained in:
parent
7a5a3e03a0
commit
8d85e0ac89
1 changed files with 1 additions and 1 deletions
|
@ -2894,7 +2894,7 @@ Outputs:
|
|||
Example:
|
||||
|
||||
```
|
||||
$ curl http://127.0.0.1:18081/out_peers -d '{"in_peers": 3232235535}' -H 'Content-Type: application/json'
|
||||
$ curl http://127.0.0.1:18081/in_peers -d '{"in_peers": 3232235535}' -H 'Content-Type: application/json'
|
||||
|
||||
{
|
||||
"in_peers": 3232235535,
|
||||
|
|
Loading…
Reference in a new issue