diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-18 16:15:37 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-01-27 21:22:35 +0100 |
commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/consensus | |
parent | a7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff) |
[trivial] Fix typos in comments
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index 3f98938f7e..6240e82857 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -47,7 +47,7 @@ struct Params { /** Block height at which BIP66 becomes active */ int BIP66Height; /** - * Minimum blocks including miner confirmation of the total of 2016 blocks in a retargetting period, + * Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period, * (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments. * Examples: 1916 for 95%, 1512 for testchains. */ |