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:
parent
a4a7a7e469
commit
02fa3b8912
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user