diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index 9c4db757..eb81665a 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -883,7 +883,7 @@ Bob and the change back to Alice. We can further explore the blockchain by examining the previous transaction referenced by its +txid+ in this transaction using the same -commands (e.g., +getrawtransaction+). Jumping from transaction to +commands (e.g., [.keep-together]#+getrawtransaction+).# Jumping from transaction to transaction, we can follow a chain of transactions back as the coins are transmitted from one owner to the((("Bitcoin Core", "command-line interface", "exploring/decoding transactions", startref="bitcoin-core-command-transaction")))((("command-line interface (Bitcoin Core)", "exploring/decoding transactions", startref="command-transaction")))((("transactions", "exploring/decoding", startref="transactions-explore-decode")))((("exploring", "transactions", startref="explore-transaction")))((("decoding", "transactions", startref="decode-transaction"))) next.