File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2359,10 +2359,7 @@ mod tests {
23592359        rpc:: types:: { Authorization ,  TransactionRequest } , 
23602360        signers:: SignerSync , 
23612361    } ; 
2362-     use  revm:: { 
2363-         context:: transaction:: AuthorizationTr ,  database:: InMemoryDB , 
2364-         inspector:: inspectors:: TracerEip3155 ,  primitives:: bytes, 
2365-     } ; 
2362+     use  revm:: { context:: transaction:: AuthorizationTr ,  database:: InMemoryDB ,  primitives:: bytes} ; 
23662363
23672364    #[ test]  
23682365    fn  test_estimate_gas_simple_transfer ( )  { 
@@ -2416,7 +2413,6 @@ mod tests {
24162413        let  ( estimation,  trevm)  =
24172414            trevm. fill_cfg ( & NoopCfg ) . fill_block ( & NoopBlock ) . fill_tx ( & tx) . estimate_gas ( ) . unwrap ( ) ; 
24182415
2419-         dbg ! ( & estimation) ; 
24202416        assert ! ( estimation. is_success( ) ) ; 
24212417
24222418        let  tx = tx. with_gas_limit ( estimation. limit ( ) ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments