diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-04-28 14:47:17 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-05-02 15:23:59 +0000 |
commit | b05a89b2def301704df8f22f05a45ccf891c2b83 (patch) | |
tree | da028bc52de857c1a89fb223ae8973859b1cf150 /src/checkpoints.cpp | |
parent | 7e6d23b1719191f83af7d3e7b134a90889b5c1ef (diff) |
Non-grammatical language improvements
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r-- | src/checkpoints.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 71579bb309..e3d42c2957 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -15,9 +15,10 @@ namespace Checkpoints { /** - * How many times we expect transactions after the last checkpoint to - * be slower. This number is a compromise, as it can't be accurate for - * every system. When reindexing from a fast disk with a slow CPU, it + * How many times slower we expect checking transactions after the last + * checkpoint to be (from checking signatures, which is skipped up to the + * last checkpoint). This number is a compromise, as it can't be accurate + * for every system. When reindexing from a fast disk with a slow CPU, it * can be up to 20, while when downloading from a slow network with a * fast multicore CPU, it won't be much higher than 1. */ |