convex icon indicating copy to clipboard operation
convex copied to clipboard

_() returns a value of 1 in convex-scrypt

Open billbsing opened this issue 4 years ago • 1 comments

The _ underscore is translated to a * before being submitted to the CVM, so it is the same as *()

billbsing avatar May 12 '21 09:05 billbsing

I think this is an artifact of the conversion of _ to * so you can use things like _address_ in Scrypt. We should probably come up with a more general approach.

mikera avatar May 17 '21 03:05 mikera