From 5dce134ebb410ce5f2623058e162447f22917a3f Mon Sep 17 00:00:00 2001 From: emag Date: Mon, 2 Mar 2020 19:09:17 +0900 Subject: [PATCH] Fix Alice's transaction URL --- ch02.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02.asciidoc b/ch02.asciidoc index 15da9b8f..36dab0e3 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -262,7 +262,7 @@ Jing's winning block became part of the blockchain as block #277316, containing [TIP] ==== -You can see the block that includes https://blockchain.info/block-height/277316[Alice's transaction]. +You can see the block that includes https://blockchain.info/btc/block/277316[Alice's transaction]. ==== ((("confirmations", "role in transactions")))Approximately 19 minutes later, a new block, #277317, is mined by another miner. Because this new block is built on top of block #277316 that contained Alice's transaction, it added even more computation to the blockchain, thereby strengthening the trust in those transactions. Each block mined on top of the one containing the transaction counts as an additional confirmation for Alice's transaction. As the blocks pile on top of each other, it becomes exponentially harder to reverse the transaction, thereby making it more and more trusted by the network.