Skip to content

Commit

Permalink
Modify the height to an integer multiple of 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMLK committed Feb 12, 2021
1 parent 05cfd89 commit 1759673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rx_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define SEEDHASH_EPOCH_TESTNET_BLOCKS 64
#define SEEDHASH_EPOCH_TESTNET_LAG 32

#define RANDOMX_FORK_HEIGHT 1540081 // fork seed height, it's time frame + SEEDHASH_EPOCH_LAG = fork time frame
#define RANDOMX_FORK_HEIGHT 1540096 // fork seed height, it's time frame + SEEDHASH_EPOCH_LAG = fork time frame
#define RANDOMX_TESTNET_FORK_HEIGHT 196288 // 196288 % 64 = 0

typedef struct rx_pool_memory {
Expand Down

0 comments on commit 1759673

Please sign in to comment.