Commit 4348cc59 authored by Andrew Jones's avatar Andrew Jones
Browse files

Fmt

parent ca5b0ed3
......@@ -263,7 +263,8 @@ impl<'a> Exec<'a> {
let gas_limit = if let Some(gas_limit) = self.args.gas_limit {
gas_limit
} else {
let instantiate_result = self.instantiate_dry_run(Code::Upload(code.clone())).await?;
let instantiate_result =
self.instantiate_dry_run(Code::Upload(code.clone())).await?;
instantiate_result.gas_required
};
let tx_progress = api
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment