Skip to content

Commit

Permalink
Update forkid_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Oct 3, 2024
1 parent 8eeb937 commit dfb4a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/forkid/forkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestCreation(t *testing.T) {
// SYSCOIN
{1735371, 0, ID{Hash: checksumToBytes(0xb96cbd13), Next: 1677557087}}, // First MergeNetsplit block
{1735372, 1677557087, ID{Hash: checksumToBytes(0xb96cbd13), Next: 1677557087}}, // Last MergeNetsplit block
{1677557088, 1677557088, ID{Hash: checksumToBytes(0x2bbff41a), Next: 0}}, // First Shanghai block
{1677557088, 1677557088, ID{Hash: checksumToBytes(0x2bbff41a), Next: 0x63fd7d61}}, // First Shanghai block
},
},
// Holesky test cases
Expand Down

0 comments on commit dfb4a57

Please sign in to comment.