diff options
| author | practicalswift <[email protected]> | 2017-01-18 16:15:37 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-27 21:22:35 +0100 |
| commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /contrib/linearize/example-linearize.cfg | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip | |
[trivial] Fix typos in comments
Diffstat (limited to 'contrib/linearize/example-linearize.cfg')
| -rw-r--r-- | contrib/linearize/example-linearize.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/linearize/example-linearize.cfg b/contrib/linearize/example-linearize.cfg index cccdd7921..69f0e9247 100644 --- a/contrib/linearize/example-linearize.cfg +++ b/contrib/linearize/example-linearize.cfg @@ -24,7 +24,7 @@ input=/home/example/.bitcoin/blocks output_file=/home/example/Downloads/bootstrap.dat hashlist=hashlist.txt -# Maxmimum size in bytes of out-of-order blocks cache in memory +# Maximum size in bytes of out-of-order blocks cache in memory out_of_order_cache_sz = 100000000 # Do we want the reverse the hash bytes coming from getblockhash? |