From 37728eb69a0a56df10533d151c343d5c3ce38d84 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 7 Apr 2017 16:15:57 -0700 Subject: [PATCH] Update 5_0_Knowing_Transaction_Tricks.md --- 5_0_Knowing_Transaction_Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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