Closed ben-kaufman closed 1 year ago
This is a small simplification which also saves a bit of contract size. Currently the Revocable option of the token lock is an enum, but only the enabled and disabled options are usable, so this could be simply replaced by a bool instead.
This is a small simplification which also saves a bit of contract size. Currently the Revocable option of the token lock is an enum, but only the enabled and disabled options are usable, so this could be simply replaced by a bool instead.