mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix lint
This commit is contained in:
parent
a2decb0f1a
commit
43d21c9ac3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user