Skip to content

Commit afbc003

Browse files
authored
cherry pick: forkid_test fix from release/3.0.10 (#15869)
1 parent 01ca780 commit afbc003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/forkid/forkid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func TestCreation(t *testing.T) {
191191
{14750000, 0, ID{Hash: checksumToBytes(0x66e26adb), Next: 23850000}}, // First Berlin block
192192
{23850000, 0, ID{Hash: checksumToBytes(0x4f2f71cc), Next: 50523000}}, // First London block
193193
{50523000, 0, ID{Hash: checksumToBytes(0xdc08865c), Next: 54876000}}, // First Agra block
194-
{54876000, 0, ID{Hash: checksumToBytes(0xf097bc13), Next: 0}}, // First Napoli block
194+
{54876000, 0, ID{Hash: checksumToBytes(0xf097bc13), Next: 73440256}}, // First Napoli block
195195
},
196196
},
197197
}

0 commit comments

Comments
 (0)