Open htadashi opened 2 years ago
Only changing to external will not save gas. The arguments parameters also must be changed from memory to calldata: https://ethereum.stackexchange.com/a/107939/4630
external
memory
calldata
Thanks for the link, we will have a look on that.
Only changing to
external
will not save gas. The arguments parameters also must be changed frommemory
tocalldata
: https://ethereum.stackexchange.com/a/107939/4630