Skip to content

Commit

Permalink
GITBOOK-152: Typo updates - Send raw
Browse files Browse the repository at this point in the history
  • Loading branch information
b-irving authored and gitbook-bot committed Jan 8, 2024
1 parent d910cc0 commit c19697d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions en/3_send-and-receive/transactions-in-depth/send-raw.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c19697d

Please sign in to comment.