From 0c5f2300cc2ef46ce6a214da1f42d964d9ee01f6 Mon Sep 17 00:00:00 2001 From: EWBears Date: Tue, 20 Sep 2016 17:41:24 -0400 Subject: [PATCH] Update blockchain.md --- knowledge-base/moneropedia/blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/moneropedia/blockchain.md b/knowledge-base/moneropedia/blockchain.md index 830f1470..bf15c989 100644 --- a/knowledge-base/moneropedia/blockchain.md +++ b/knowledge-base/moneropedia/blockchain.md @@ -7,6 +7,6 @@ summary: "a distributed ledger of all transactions both past and present, withou --- ### The Basics -"A blockchain is a distrubuted database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the '@view-key'." +"A blockchain is a distributed database that continuously grows with a record of all of the transactions that have occurred with a given cryptocurrency. This database is often referred to as a ledger because the data contains a large list of transctions that have taken place. In Monero, these transactions are packaged together into 'blocks' every 2 minutes (on average) and all miners and nodes on the network have copies of these blocks. One of the unique features of Monero, as compared to other cryptocurrencies such as Bitcoin, is that transactions in the Monero blockchain do not reveal who the funds came from or went to. Each individual monero user controls who can see their transactions with a key called the '@view-key'." {{ page.summary | capitalize }}.