From c19697d5697720c20d747b200141c99c4282b0e0 Mon Sep 17 00:00:00 2001 From: Ben Irving Date: Mon, 8 Jan 2024 19:51:07 +0000 Subject: [PATCH] GITBOOK-152: Typo updates - Send raw --- SUMMARY.md | 2 +- .../transactions-in-depth/send-raw.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index aba3db9..8162a6f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -35,7 +35,7 @@ * [Labeling your transactions](en/3\_send-and-receive/transactions-in-depth/labeling-your-transactions.md) * [URI handlers](en/3\_send-and-receive/transactions-in-depth/uri-handlers.md) * [Electrum compatible signatures](en/3\_send-and-receive/transactions-in-depth/electrum-compatible-signatures.md) - * [Send RAW](en/3\_send-and-receive/transactions-in-depth/send-raw.md) + * [Send raw](en/3\_send-and-receive/transactions-in-depth/send-raw.md) * [OP\_Return](en/3\_send-and-receive/transactions-in-depth/op\_return.md) * [Buy, sell & exchange](en/4\_buy-sell-and-exchange/README.md) * [Fiat to cryptocurrency](en/4\_buy-sell-and-exchange/fiat-to-cryptocurrency/README.md) diff --git a/en/3_send-and-receive/transactions-in-depth/send-raw.md b/en/3_send-and-receive/transactions-in-depth/send-raw.md index cd5383f..f63d959 100644 --- a/en/3_send-and-receive/transactions-in-depth/send-raw.md +++ b/en/3_send-and-receive/transactions-in-depth/send-raw.md @@ -1,21 +1,21 @@ -# Send RAW +# Send raw -Sending a Raw transaction simply means broadcasting a transaction that has already been created and signed. This can be used with any transaction data that has been generated and signed but not broadcast, including Locktime and OP\_Return transactions. +Sending a raw transaction simply means broadcasting a transaction that has already been created and signed. This can be used with any transaction data that has been generated and signed but not broadcast, including Locktime and OP\_Return transactions. -#### Creating and broadcasting RAW transactions +#### Creating and broadcasting raw transactions To create raw transaction data: 1. Create a new transaction with **Broadcast** set to **off.** 2. Click on **Sign.** -3. Review all details on your Trezor and **confirm** that they correct. +3. Review all details on your Trezor and **confirm** that they are correct. 4. **Copy** the signed transaction data or save it as a text document. Close the window. To **send raw transaction data:** > 💡 It is best to use a different host machine to send a signed raw transaction. -1. Select **Send Raw** from the ellipsis drop-down menu. +1. Select **Send Raw** from the ellipsis drop-down menu. 2. **Paste** the raw transaction data into the text box. 3. Click **Send.** 4. The transaction will be broadcast and a confirmation will appear on screen.