Right now this compiles: ```python @public @constant @nonreentrant('lock') def tokenAddress() -> address: return self.token ``` however reentrancy should never be a problem in constant functions
Right now this compiles:
however reentrancy should never be a problem in constant functions