Update 08_2_Sending_a_Transaction_with_Data.md

This commit is contained in:
Shannon Appelcline 2026-01-22 15:20:51 -10:00 committed by GitHub
parent 9b07666a58
commit e9ce5e54eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
TODO: Talk about big expansion (30.0)
# 8.2: Sending a Transaction with Data
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.