From: Eagle[TM] Date: Wed, 10 Apr 2013 22:42:51 +0000 (+0200) Subject: fix config block formatting X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=76d0976ccaae43f5d0037a64be221a2b32183c74 fix config block formatting --- diff --git a/HOWTO.md b/HOWTO.md index 86412bf..b1e9924 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -156,10 +156,10 @@ and running and requires less maintenance and diskspace than abe. The section in the configuration file looks like this: -[leveldb] -path = /path/to/your/database -# for each address, history will be pruned if it is longer than this limit -pruning_limit = 100 + [leveldb] + path = /path/to/your/database + # for each address, history will be pruned if it is longer than this limit + pruning_limit = 100 ### Step 7. Import blockchain into the database or download it