From b12d2264d3873825b6ac167195c67b8f07459f73 Mon Sep 17 00:00:00 2001 From: "drusselloctal@gmail.com" Date: Fri, 31 Oct 2014 09:02:42 -0700 Subject: [PATCH] Made changes to appdx-pycoin.asciidoc --- appdx-pycoin.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appdx-pycoin.asciidoc b/appdx-pycoin.asciidoc index fe4aa948..70887b30 100644 --- a/appdx-pycoin.asciidoc +++ b/appdx-pycoin.asciidoc @@ -392,7 +392,7 @@ including unspents in hex dump since transaction not fully signed ---- ==== -The final line appears because to validate the transactions' signatures, you technically need to the source transactions. So let's add ```-a``` to augment the transactions with source information. +The final line appears because to validate the transactions' signatures, you technically need to the source transactions. So let's add +-a+ to augment the transactions with source information: ==== ---- @@ -416,7 +416,7 @@ all incoming transaction values validated ---- ==== -Now, let's look at unspent outputs for a specific address (UTXO). In block #1, we see a coinbase transaction to 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX. Let's use fetch_unspent to find all coins in this address. +Now, let's look at unspent outputs for a specific address (UTXO). In block #1, we see a coinbase transaction to +12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX+. Let's use +fetch_unspent+ to find all coins in this address: ==== ----