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:
Bogdan Fazakas 2022-08-10 16:31:18 +03:00
parent 41881ac6eb
commit 6b0a47204c

View File

@ -237,6 +237,7 @@ export class Datatoken extends SmartContract {
address, address,
estGas + 1, estGas + 1,
this.web3, this.web3,
this.config,
dtContract.methods.mint, dtContract.methods.mint,
toAddress || address, toAddress || address,
this.web3.utils.toWei(amount) this.web3.utils.toWei(amount)