From 2c0dc2d862e6ab636f89c27d43c4a4027e713bb6 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Sat, 1 Jun 2013 00:09:26 +0200 Subject: [PATCH] Small errors in documentation. I could not resist while reading. --- doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.go b/doc.go index a93131fc..94b9e1af 100644 --- a/doc.go +++ b/doc.go @@ -3,10 +3,10 @@ // license that can be found in the LICENSE file. /* -Package btcdb provides a database interface for the bitcoin block chain. +Package btcdb provides a database interface for the Bitcoin block chain. -As of May 2013, there are over 235,000 blocks in the bitcoin block chain and -and over 17 million transactions (which turns out to be over 11Gb of data). +As of May 2013, there are over 235,000 blocks in the Bitcoin block chain and +and over 17 million transactions (which turns out to be over 11GB of data). btcdb provides a database layer to store and retrieve this data in a fairly simple and efficient manner. The use of this should not require specific knowledge of the database backend used although currently only db_sqlite is