Merge pull request #788 from TheQueenIsDead/patch-1

Forgot a curly bracket :^)
This commit is contained in:
luigi1111 2018-07-17 16:12:22 -05:00 committed by GitHub
commit 82bb2e82de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -962,7 +962,7 @@ Outputs: *None*.
Example: 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", "id": "0",