mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-08 00:53:43 +02:00
Merge pull request #2193
devguides: daemon rpc fix in_peers example typo
This commit is contained in:
commit
811dee3989
@ -2894,7 +2894,7 @@ Outputs:
|
|||||||
Example:
|
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,
|
"in_peers": 3232235535,
|
||||||
|
Loading…
Reference in New Issue
Block a user