Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ulineto
monero-site
Commits
53758e39
Unverified
Commit
53758e39
authored
Jul 19, 2018
by
luigi1111
Committed by
GitHub
Jul 19, 2018
Browse files
Merge pull request #801 from erciccione/brackets
Add missing curly brackets
parents
59fd7d74
073d8482
Changes
4
Hide whitespace changes
Inline
Side-by-side
_i18n/es/resources/developer-guides/wallet-rpc.md
View file @
53758e39
...
...
@@ -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",
...
...
_i18n/fr/resources/developer-guides/wallet-rpc.md
View file @
53758e39
...
...
@@ -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",
...
...
_i18n/it/resources/developer-guides/wallet-rpc.md
View file @
53758e39
...
...
@@ -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",
...
...
_i18n/pl/resources/developer-guides/wallet-rpc.md
View file @
53758e39
...
...
@@ -795,7 +795,7 @@ Wynik: *brak*.
Przykład:
```
$ 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",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment