diff --git a/5_0_Knowing_Transaction_Tricks.md b/5_0_Knowing_Transaction_Tricks.md index 3fa5989..c3d321f 100644 --- a/5_0_Knowing_Transaction_Tricks.md +++ b/5_0_Knowing_Transaction_Tricks.md @@ -1,6 +1,6 @@ # Chapter Five: Knowing Transaction Tricks -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. +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). ## Objectives for This Section