Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/hardforks/hardforks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ const hardfork_t mainnet_hard_forks[] = {

{ 15, 2688888, 0, 1656629117 },
{ 16, 2689608, 0, 1656629118 },

// Mock values for tests
{ 17, 2689609, 0, 1656629119 },
{ 18, 2689610, 0, 1656629120 },
};
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]);
const uint64_t mainnet_hard_fork_version_1_till = 1009826;
Expand Down
Loading