From 246b99e187c5b85d73ad3851fc24995adae1c4b1 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 3 Jun 2014 10:18:44 -0500 Subject: [PATCH] readme: minor heading fix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a034738..5d18f516 100644 --- a/README.md +++ b/README.md @@ -184,13 +184,13 @@ The parsing of incoming packets. *TODO...* -### Constants +#### Constants Bitcoin constants, from the genesis block to magic number base58 prefixes. *TODO...* -### Preload +#### Preload ~3000 checkpoint blocks for the Chain to preload on instantiation.