I have a doubt here. #65
Replies: 1 comment
-
This: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here we are calling
toUint24()
with only one argument, like thistickSpacing = path.toUint24(ADDR_SIZE)
, buttoUint24()
takes 2 arguments,function toUint24(bytes memory _bytes, uint256 _start) internal pure returns(uint24 tempUint){}
, how is it working?Beta Was this translation helpful? Give feedback.
All reactions