From b4da90a5fee7da5b28bd697ccd8ad5ae4811471c Mon Sep 17 00:00:00 2001 From: Alexander Graebe <alex@blockstack.com> Date: Mon, 12 Apr 2021 23:38:32 +0000 Subject: [PATCH] docs: fix content type Fixes blockstack/docs#1109 --- src/pages/understand-stacks/transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/transactions.md b/src/pages/understand-stacks/transactions.md index bd2ce0f7..fb6d0136 100644 --- a/src/pages/understand-stacks/transactions.md +++ b/src/pages/understand-stacks/transactions.md @@ -392,7 +392,7 @@ With a serialized transaction in the [raw format](#raw-format), it can be broadc ```bash # for mainnet, replace `testnet` with `mainnet` curl --location --request POST 'https://stacks-node-api.testnet.stacks.co/v2/transactions' \ ---header 'Content-Type: text/plain' \ +--header 'Content-Type: application/octet-stream' \ --data-raw '<tx_raw_format>' ```