Update 5_0_Knowing_Transaction_Tricks.md

This commit is contained in:
Shannon Appelcline 2017-04-10 15:57:35 -07:00 committed by GitHub
parent fdebc7c049
commit a1ff68101e

View File

@ -1,6 +1,6 @@
# Chapter Five: Knowing Transaction Tricks
# Chapter Five: Empowering Bitcoin Transactions
This chapter describes how to use a few tricks that supplement or improve the use of raw transaction from the command line using bitcoin-cli. It does so by walking through all the remaining variables available to use with bitcoin-cli raw transactions, including sequence (for RBF), data (for OP_RETURNs), and locktime (for Locktime).
The `bitcoin-cli` interface is ultimately limited. Nonetheless, it contains a few other options including sequence (which is used for RBF), data (for OP_RETURNs), and locktime (for Locktime). These can considerably empower your basic Bitcoin transactions.
## Objectives for This Section