mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 00:07:51 +00:00 
			
		
		
		
	fix: remove hardcoded value
This commit is contained in:
		
							parent
							
								
									162a47343d
								
							
						
					
					
						commit
						3ab264b5b7
					
				@ -667,7 +667,7 @@ func TestAppStateDeterminism(t *testing.T) {
 | 
			
		||||
	appHashList := make([]json.RawMessage, numTimesToRunPerSeed)
 | 
			
		||||
 | 
			
		||||
	for i := 0; i < numSeeds; i++ {
 | 
			
		||||
		config.Seed = 8674665223082153551
 | 
			
		||||
		config.Seed = rand.Int63()
 | 
			
		||||
 | 
			
		||||
		for j := 0; j < numTimesToRunPerSeed; j++ {
 | 
			
		||||
			logger := log.NewNopLogger()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user