Fix compile
This commit is contained in:
		
							parent
							
								
									5709dbc3e0
								
							
						
					
					
						commit
						4bffab6715
					
				@ -1146,7 +1146,7 @@ impl<'a, B: 'a + StateBackend> Executive<'a, B> {
 | 
			
		||||
 | 
			
		||||
        if schedule.eip2929 {
 | 
			
		||||
            for (address, builtin) in self.machine.builtins() {
 | 
			
		||||
                if builtin.is_active() {
 | 
			
		||||
                if builtin.is_active(self.info.number) {
 | 
			
		||||
                    access_list.insert_address(*address);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user