diff options
| author | Corinne Dashjr <[email protected]> | 2015-04-28 14:48:28 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-05-01 11:21:27 +0000 |
| commit | 7e6d23b1719191f83af7d3e7b134a90889b5c1ef (patch) | |
| tree | 04c8888faab17cbe87ca776ab1076b78da0e875b /src/chainparamsbase.h | |
| parent | Merge pull request #5971 (diff) | |
| download | discoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.tar.xz discoin-7e6d23b1719191f83af7d3e7b134a90889b5c1ef.zip | |
Bugfix: Grammar fixes
Diffstat (limited to 'src/chainparamsbase.h')
| -rw-r--r-- | src/chainparamsbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 421a3a06f..4369d0aef 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -34,8 +34,8 @@ protected: }; /** - * Return the currently selected parameters. This won't change after app startup - * outside of the unit tests. + * Return the currently selected parameters. This won't change after app + * startup, except for unit tests. */ const CBaseChainParams& BaseParams(); |