aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-02-20 17:47:31 +0200
committerRiccardo Spagni <ric@spagni.net>2018-02-20 17:47:31 +0200
commitc9aa9370f955800678800bb2a183f8bf64acfb6a (patch)
treebd9721137d20b6cbe87c730b873ff29feef2b99b
parentMerge pull request #3257 (diff)
parentRemove `voting_version` parameter documentation. (diff)
downloadmonero-c9aa9370f955800678800bb2a183f8bf64acfb6a.tar.xz
Merge pull request #3260
b2d4bb9b Remove `voting_version` parameter documentation. (Jean Pierre Dudey)
-rw-r--r--src/cryptonote_basic/hardfork.h1
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)
*/