Skip to content
Snippets Groups Projects
Unverified Commit 8d162954 authored by David King's avatar David King Committed by GitHub
Browse files

Forgot a curly bracket :^)

parent f20c0cc3
No related branches found
No related tags found
No related merge requests found
......@@ -960,7 +960,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