Skip to content

Commit

Permalink
Second merge mining test
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Jun 17, 2024
1 parent 5b3c1d7 commit 3ce57ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pool_block.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ static constexpr uint64_t LOG2_MERGE_MINING_MAX_CHAINS = 8;
// TBD
static constexpr uint64_t MERGE_MINING_FORK_TIME = std::numeric_limits<uint64_t>::max();

// Jun 09 2024 20:00:00 GMT+0000
static constexpr uint64_t MERGE_MINING_TESTNET_FORK_TIME = 1717963200;
// Jun 18 2024 20:00:00 GMT+0000
static constexpr uint64_t MERGE_MINING_TESTNET_FORK_TIME = 1718740800;

struct DifficultyData
{
Expand Down
2 changes: 1 addition & 1 deletion tests/src/mm_test_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mm_test",
"name": "mm_test2",
"password": "",
"block_time": 10,
"min_diff": 100000,
Expand Down

0 comments on commit 3ce57ec

Please sign in to comment.