Had to rename withdrawTokens() function as when calling the second witdhrawTokens(uint256)
function it would complain that the parameter length provided was incorrect.
Seems like it would not recognize that there's a second function that takes an argument value.
Had to rename
withdrawTokens()
function as when calling the secondwitdhrawTokens(uint256)
function it would complain that the parameter length provided was incorrect.Seems like it would not recognize that there's a second function that takes an argument value.