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-07-21 04:42:12 -07:00
parent c71fd9f456
commit a550018864

View File

@ -202,7 +202,7 @@ export class DataTokens {
)
const trxReceipt = await datatoken.methods
.transferFrom(fromAddress, address, this.web3.utils.toWei(amount))
.send({ from: address})
.send({ from: address })
return trxReceipt
}