debug log removal
This commit is contained in:
parent
8d339ad379
commit
f827ade616
@ -249,7 +249,6 @@ class ExecuteContract extends Component {
|
||||
func
|
||||
.estimateGas(options, values)
|
||||
.then((gasEst) => {
|
||||
console.log(gasEst.toFormat(0));
|
||||
const gas = gasEst.mul(1.2);
|
||||
let gasLimitError = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user