Skip to content

Commit 0d9d331

Browse files
authored
devguides: fix typo
1 parent 7346f7f commit 0d9d331

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/developer-guides/wallet-rpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3272,7 +3272,7 @@ Outputs:
32723272
Example:
32733273

32743274
```
3275-
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"frozen","params":{"key_image":"d0071ab34ab7f567f9b54303ed684de6cd5ed969a6b6c4bf352d25242f0b3da9"}}' -H 'Contentt-Type: application/json'
3275+
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"frozen","params":{"key_image":"d0071ab34ab7f567f9b54303ed684de6cd5ed969a6b6c4bf352d25242f0b3da9"}}' -H 'Content-Type: application/json'
32763276
{
32773277
"id": "0",
32783278
"jsonrpc": "2.0",
@@ -3300,7 +3300,7 @@ Outputs:
33003300
Example:
33013301

33023302
```
3303-
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"thaw","params":{"key_image":"d0071ab34ab7f567f9b54303ed684de6cd5ed969a6b6c4bf352d25242f0b3da9"}}' -H 'Contentt-Type: application/json'
3303+
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"thaw","params":{"key_image":"d0071ab34ab7f567f9b54303ed684de6cd5ed969a6b6c4bf352d25242f0b3da9"}}' -H 'Content-Type: application/json'
33043304
{
33053305
"id": "0",
33063306
"jsonrpc": "2.0",
@@ -3361,7 +3361,7 @@ Outputs:
33613361
Example:
33623362

33633363
```
3364-
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"estimate_tx_size_and_weight","params":{"n_inputs":1,"n_outputs":2,"ring_size":16,"rct":true}}' -H 'Contentt-Type: application/json'
3364+
$ curl http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"estimate_tx_size_and_weight","params":{"n_inputs":1,"n_outputs":2,"ring_size":16,"rct":true}}' -H 'Content-Type: application/json'
33653365
{
33663366
"id": "0",
33673367
"jsonrpc": "2.0",

0 commit comments

Comments
 (0)