Skip to content

Commit

Permalink
Update komodo_defs.h
Browse files Browse the repository at this point in the history
fix num seasons
  • Loading branch information
smk762 authored May 9, 2021
1 parent fee6209 commit 3da453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/komodo_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// 7113400 = 5x current KMD blockheight.
// to add 4th season, change NUM_KMD_SEASONS to 4, and add timestamp and height of activation to these arrays.

#define NUM_KMD_SEASONS 5
#define NUM_KMD_SEASONS 6
#define NUM_KMD_NOTARIES 64

extern const uint32_t nStakedDecemberHardforkTimestamp; //December 2019 hardfork
Expand Down

0 comments on commit 3da453a

Please sign in to comment.