Skip to content
Snippets Groups Projects
Unverified Commit 82bb2e82 authored by luigi1111's avatar luigi1111 Committed by GitHub
Browse files

Merge pull request #788 from TheQueenIsDead/patch-1

Forgot a curly bracket :^)
parents 63d5eb6f 8d162954
No related branches found
No related tags found
No related merge requests found
......@@ -962,7 +962,7 @@ Outputs: *None*.
Example:
```
$ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"rescan_blockchain" -H 'Content-Type: application/json'
$ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"rescan_blockchain"}' -H 'Content-Type: application/json'
{
"id": "0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment