all: remove the duplicate 'the' in annotations (#17509)
This commit is contained in:
		
				
					committed by
					
						
						Péter Szilágyi
					
				
			
			
				
	
			
			
			
						parent
						
							70398d300d
						
					
				
				
					commit
					d1aa605f1e
				
			@@ -61,7 +61,7 @@ func (p *StateProcessor) Process(block *types.Block, statedb *state.StateDB, cfg
 | 
			
		||||
		allLogs  []*types.Log
 | 
			
		||||
		gp       = new(GasPool).AddGas(block.GasLimit())
 | 
			
		||||
	)
 | 
			
		||||
	// Mutate the the block and state according to any hard-fork specs
 | 
			
		||||
	// Mutate the block and state according to any hard-fork specs
 | 
			
		||||
	if p.config.DAOForkSupport && p.config.DAOForkBlock != nil && p.config.DAOForkBlock.Cmp(block.Number()) == 0 {
 | 
			
		||||
		misc.ApplyDAOHardFork(statedb)
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user