From a47e49ced6347903db9dcf15af06fc136690a353 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Thu, 25 May 2023 07:59:33 +0200 Subject: [PATCH] Fix fork ID test for Chiado (#7576) Fix a test after PR #7575 --- core/forkid/forkid_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/forkid/forkid_test.go b/core/forkid/forkid_test.go index d18fdaf0c..947737054 100644 --- a/core/forkid/forkid_test.go +++ b/core/forkid/forkid_test.go @@ -159,9 +159,9 @@ func TestCreation(t *testing.T) { params.ChiadoChainConfig, params.ChiadoGenesisHash, []testcase{ - {0, 0, ID{Hash: checksumToBytes(0x50d39d7b), Next: 1684930320}}, - {4101957, 1684930315, ID{Hash: checksumToBytes(0x50d39d7b), Next: 1684930320}}, // Last pre-Shanghai block (approx) - {4101958, 1684930320, ID{Hash: checksumToBytes(0xcc663128), Next: 0}}, // First Shanghai block (approx) + {0, 0, ID{Hash: checksumToBytes(0x50d39d7b), Next: 1684934220}}, + {4101957, 1684934215, ID{Hash: checksumToBytes(0x50d39d7b), Next: 1684934220}}, // Last pre-Shanghai block (approx) + {4101958, 1684934220, ID{Hash: checksumToBytes(0xa15a4252), Next: 0}}, // First Shanghai block (approx) }, }, }