1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove unused parameters

This commit is contained in:
Miquel A. Cabot 2022-04-01 16:27:41 +02:00
parent a4a7a7e469
commit 02fa3b8912

View File

@ -134,8 +134,7 @@ export async function transfer(
account: string,
tokenAddress: string,
recipient: string,
amount: string,
force = false
amount: string
): Promise<TransactionReceipt | string> {
const tokenContract = new web3.eth.Contract(minAbi, tokenAddress)