Skip to content

Commit 5988e97

Browse files
committed
Test pre-fork by removing fork dates
1 parent 41b2605 commit 5988e97

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hardforks/hardforks.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ const hardfork_t mainnet_hard_forks[] = {
7373

7474
{ 15, 2688888, 0, 1656629117 },
7575
{ 16, 2689608, 0, 1656629118 },
76-
77-
// Mock values for tests
78-
{ 17, 2689609, 0, 1656629119 },
79-
{ 18, 2689610, 0, 1656629120 },
8076
};
8177
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]);
8278
const uint64_t mainnet_hard_fork_version_1_till = 1009826;

0 commit comments

Comments
 (0)