icarus -> update, increase web timeout. (#4165)
* icarus -> update, increase web timeout. * Fix estimate gas
This commit is contained in:
committed by
Arkadiy Paronyan
parent
7611bbd3ee
commit
c2f4716ee2
@@ -903,7 +903,7 @@ impl BlockChainClient for Client {
|
||||
|
||||
Executive::new(&mut state, &env_info, &*self.engine, &self.factories.vm)
|
||||
.transact(&tx, options.clone())
|
||||
.map(|r| r.exception.is_some())
|
||||
.map(|r| r.exception.is_none())
|
||||
.unwrap_or(false)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user