@@ -318,7 +318,7 @@ var teraTestNetGenesisBlockBytes = []byte{
318318 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , /* |................| */
319319 0x00 , 0x00 , 0x00 , 0x00 , 0x3b , 0xa3 , 0xed , 0xfd , 0x7a , 0x7b , 0x12 , 0xb2 , 0x7a , 0xc7 , 0x2c , 0x3e , /* |....;...z{..z.,>| */
320320 0x67 , 0x76 , 0x8f , 0x61 , 0x7f , 0xc8 , 0x1b , 0xc3 , 0x88 , 0x8a , 0x51 , 0x32 , 0x3a , 0x9f , 0xb8 , 0xaa , /* |gv.a......Q2:...| */
321- 0x4b , 0x1e , 0x5e , 0x4a , 0x34 , 0x6f , 0xa4 , 0x68 , 0xff , 0xff , 0x7f , 0x20 , 0x05 , 0x00 , 0x00 , 0x00 , /* |K.^J4o.h... .... | */
321+ 0x4b , 0x1e , 0x5e , 0x4a , 0x34 , 0x6f , 0xa4 , 0x68 , 0xff , 0xff , 0x00 , 0x1d , 0x9c , 0x6c , 0x1f , 0x41 , /* |K.^J4o.h.....l.A | */
322322 0x01 , 0x01 , 0x00 , 0x00 , 0x00 , 0x01 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , /* |................| */
323323 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , /* |................| */
324324 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0xff , 0xff , 0xff , 0xff , 0x4d , 0x04 , 0xff , 0xff , 0x00 , 0x1d , /* |..........M.....| */
@@ -331,7 +331,7 @@ var teraTestNetGenesisBlockBytes = []byte{
331331 0x19 , 0x67 , 0xf1 , 0xa6 , 0x71 , 0x30 , 0xb7 , 0x10 , 0x5c , 0xd6 , 0xa8 , 0x28 , 0xe0 , 0x39 , 0x09 , 0xa6 , /* |.g..q0..\..(.9..| */
332332 0x79 , 0x62 , 0xe0 , 0xea , 0x1f , 0x61 , 0xde , 0xb6 , 0x49 , 0xf6 , 0xbc , 0x3f , 0x4c , 0xef , 0x38 , 0xc4 , /* |yb...a..I..?L.8.| */
333333 0xf3 , 0x55 , 0x04 , 0xe5 , 0x1e , 0xc1 , 0x12 , 0xde , 0x5c , 0x38 , 0x4d , 0xf7 , 0xba , 0x0b , 0x8d , 0x57 , /* |.U......\8M....W| */
334- 0x8a , 0x4c , 0x70 , 0x2b , 0x6b , 0xf1 , 0x1d , 0x5f , 0xac , 0x00 , 0x00 , 0x00 , 0x00 , /* |.Lp+k.._..... | */
334+ 0x8a , 0x4c , 0x70 , 0x2b , 0x6b , 0xf1 , 0x1d , 0x5f , 0xac , 0x00 , 0x00 , 0x00 , 0x00 , /* |.Lp+k.._.....| */
335335}
336336
337337// TestTeraTestNetGenesisProofOfWork tests that the tera test network genesis
@@ -363,7 +363,7 @@ func TestTeraTestNetGenesisProofOfWork(t *testing.T) {
363363 }
364364
365365 // Verify the nonce is the expected value
366- expectedNonce := uint32 (0x00000005 )
366+ expectedNonce := uint32 (0x411f6c9c )
367367 if genesisBlock .Header .Nonce != expectedNonce {
368368 t .Fatalf ("TestTeraTestNetGenesisProofOfWork: Unexpected nonce - got %d, want %d" ,
369369 genesisBlock .Header .Nonce , expectedNonce )
0 commit comments