Skip to content

Commit c242393

Browse files
committed
Fix typo
1 parent 51c232f commit c242393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

04_4__Interlude_Using_Curl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ $ curl --user StandUp:8eaf562eaf45c33c3328bc66008f2dd1 --data-binary '{"jsonrpc"
224224
"error": null,
225225
"id": "curltest"
226226
}
227+
```
227228

228229
> **WARNING:** The parameters order is important when you are sending RPC commands using curl. For example here, if we had sent `"params": ["legacy"]` instead of `"params": ["", "legacy"]`, we would get a `bech32` address with a label of `"legacy"` instead of a `legacy` address, so pay attention to the order.
229230

0 commit comments

Comments
 (0)