diff options
author | Jean Pierre Dudey <jeandudey@hotmail.com> | 2018-02-13 15:04:12 -0400 |
---|---|---|
committer | Jean Pierre Dudey <jeandudey@hotmail.com> | 2018-02-13 15:04:12 -0400 |
commit | b2d4bb9b64ae748053c19dbcc54e817e45dc3cc0 (patch) | |
tree | c3830d07782d94671f034bf32d04e639739ee0ef /src/cryptonote_basic | |
parent | Merge pull request #3198 (diff) | |
download | monero-b2d4bb9b64ae748053c19dbcc54e817e45dc3cc0.tar.xz |
Remove `voting_version` parameter documentation.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r-- | src/cryptonote_basic/hardfork.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/hardfork.h b/src/cryptonote_basic/hardfork.h index 1ec601660..ee5ec0596 100644 --- a/src/cryptonote_basic/hardfork.h +++ b/src/cryptonote_basic/hardfork.h @@ -79,7 +79,6 @@ namespace cryptonote * returns true if no error, false otherwise * * @param version the major block version for the fork - * @param voting_version the minor block version for the fork, used for voting * @param height The height the hardfork takes effect * @param time Approximate time of the hardfork (seconds since epoch) */ |