Merge pull request #2193

devguides: daemon rpc fix in_peers example typo
This commit is contained in:
luigi1111 2023-10-25 21:26:18 -04:00 committed by GitHub
commit 811dee3989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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