From 874d791e19496c6f091ef6c125a426616dc02075 Mon Sep 17 00:00:00 2001 From: Isaacdelly Date: Sun, 3 Feb 2019 11:28:09 -0800 Subject: [PATCH] Update README.md --- database/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/README.md b/database/README.md index 0bf2c95..e6ab0e5 100644 --- a/database/README.md +++ b/database/README.md @@ -4,7 +4,7 @@ This database is a serialized btcposbal2csv which generates a csv file of all Bitcoin addresses with a positive balance. The csv file was converted into a set, then the set converted into a bloom filter object, which then was serialized into a `.pickle` file. When the program runs, the file gets deserialized and used for a balance query. -The name of the database file is the date when the database was last updated in month_day_year format. The database will be updated every 3-6 months. +The name of the file is the date when the database was last updated in month_day_year format. The database will be updated every 3-6 months. ### How Many Addresses Does The Database Have?