From f14ca75357c98eb44a9a821a8171982d5fbe7a63 Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Tue, 2 May 2017 10:26:05 -0700 Subject: [PATCH] Edited ch10.asciidoc with Atlas code editor --- ch10.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index ab8e505f..6cc5c2f9 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -189,7 +189,7 @@ $ bitcoin-cli getblock 0000000000000001b6b9a13b095e96db41c4a928b97ef2d9\ ==== The Coinbase Transaction -The first transaction in any block is a special transaction, called a _coinbase transaction_. This transaction is constructed by Jing's node and contains his _reward_ for the mining effort. +((("coinbase transactions", id="coinbtrans10")))((("transactions", "coinbase transactions", id="Tcoinb10")))The first transaction in any block is a special transaction, called a _coinbase transaction_. This transaction is constructed by Jing's node and contains his _reward_ for the mining effort. [NOTE] ==== @@ -349,7 +349,7 @@ include::code/satoshi-words.cpp[] ---- ==== -We compile the code with the GNU C++ compiler and run the resulting executable, as shown in <>.((("", startref="MACaggreg10")))((("", startref="Baggreg10")))((("", startref="Taggreg10"))) +We compile the code with the GNU C++ compiler and run the resulting executable, as shown in <>.((("", startref="MACaggreg10")))((("", startref="Baggreg10")))((("", startref="Taggreg10")))((("", startref="Tcoinb10")))((("", startref="coinbtrans10"))) [[satoshi_words_run]] .Compiling and running the satoshi-words example code