Fixing last hashes for ethcall (#3043)
This commit is contained in:
		
							parent
							
								
									080ec8043f
								
							
						
					
					
						commit
						45e0d28129
					
				| @ -708,7 +708,7 @@ impl BlockChainClient for Client { | ||||
| 	fn call(&self, t: &SignedTransaction, block: BlockID, analytics: CallAnalytics) -> Result<Executed, CallError> { | ||||
| 		let header = try!(self.block_header(block).ok_or(CallError::StatePruned)); | ||||
| 		let view = HeaderView::new(&header); | ||||
| 		let last_hashes = self.build_last_hashes(view.hash()); | ||||
| 		let last_hashes = self.build_last_hashes(view.parent_hash()); | ||||
| 		let env_info = EnvInfo { | ||||
| 			number: view.number(), | ||||
| 			author: view.author(), | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user