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