diff options
| author | Luke Dashjr <[email protected]> | 2015-04-28 14:47:17 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-05-02 15:23:59 +0000 |
| commit | b05a89b2def301704df8f22f05a45ccf891c2b83 (patch) | |
| tree | da028bc52de857c1a89fb223ae8973859b1cf150 /src/addrman.h | |
| parent | Bugfix: Grammar fixes (diff) | |
| download | discoin-b05a89b2def301704df8f22f05a45ccf891c2b83.tar.xz discoin-b05a89b2def301704df8f22f05a45ccf891c2b83.zip | |
Non-grammatical language improvements
Diffstat (limited to 'src/addrman.h')
| -rw-r--r-- | src/addrman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h index 98df370c7..b72dda49d 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -105,7 +105,7 @@ public: /** Stochastic address manager * * Design goals: - * * Keep the address tables in-memory, and asynchronously dump the entire to able in peers.dat. + * * Keep the address tables in-memory, and asynchronously dump the entire table to peers.dat. * * Make sure no (localized) attacker can fill the entire table with his nodes/addresses. * * To that end: |