diff --git a/ch11_blockchain.adoc b/ch11_blockchain.adoc index 8ff7cd97..b7858029 100644 --- a/ch11_blockchain.adoc +++ b/ch11_blockchain.adoc @@ -61,7 +61,7 @@ change. After 100 blocks back there is so much stability that the coinbase transaction--the transaction containing the reward in bitcoin for creating a new block--can be spent. While the -protocol always allows a chain to be undone by a longer chain and while +protocol always allows a chain to be undone by another chain with more work and while the possibility of any block being reversed always exists, the probability of such an event decreases as time passes until it ((("blockchain", "explained", startref="blockchain-explain")))becomes infinitesimal.