mirror of
https://github.com/monero-project/monero-site.git
synced 2025-03-22 23:28:54 +00:00
add missing curly brackets in all translated pages
This commit is contained in:
parent
447a3f151c
commit
073d848225
4 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -795,7 +795,7 @@ Wynik: *brak*.
|
||||||
Przykład:
|
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",
|
"id": "0",
|
||||||
|
|
Loading…
Reference in a new issue