From c242393c5e1488ca3b7135db418e55d0f720d99f Mon Sep 17 00:00:00 2001 From: Parsa Hosseini Date: Fri, 9 Jul 2021 22:34:46 +0430 Subject: [PATCH] Fix typo --- 04_4__Interlude_Using_Curl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/04_4__Interlude_Using_Curl.md b/04_4__Interlude_Using_Curl.md index 6609445..ba15aa0 100644 --- a/04_4__Interlude_Using_Curl.md +++ b/04_4__Interlude_Using_Curl.md @@ -224,6 +224,7 @@ $ curl --user StandUp:8eaf562eaf45c33c3328bc66008f2dd1 --data-binary '{"jsonrpc" "error": null, "id": "curltest" } +``` > **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.