From ed971a87a7b984a606cd9f813c5496a10ed8d753 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 20 Oct 2020 08:13:01 -1000 Subject: [PATCH] removed warning --- 08_2_Sending_a_Transaction_with_Data.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/08_2_Sending_a_Transaction_with_Data.md b/08_2_Sending_a_Transaction_with_Data.md index efe3e2c..6b35da7 100644 --- a/08_2_Sending_a_Transaction_with_Data.md +++ b/08_2_Sending_a_Transaction_with_Data.md @@ -1,7 +1,5 @@ # 8.2: Sending a Transaction with Data -> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - The final way to vary how you send a basic transaction is to use the transaction to send data instead of funds (or really, in addition to funds). This gives you the ability to embed information in the blockchain. It is done through a special `OP_RETURN` command. The catch? You can only store 80 bytes at a time!