1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
alexcos20 2020-09-09 05:43:41 -07:00
parent a2decb0f1a
commit 43d21c9ac3

View File

@ -60,7 +60,7 @@ export class OceanFixedRateExchange {
public async create(dataToken: string, rate: string, address: string): Promise<string> {
let estGas
try {
/*estGas = await this.contract.methods
/* estGas = await this.contract.methods
.create(this.oceanAddress, dataToken, this.web3.utils.toWei(rate))
.estimateGas(function (err, g) {
if (err) {