LayerXcom/vyper-remix

storage num in Vyper

nrryuya opened this issue · 1 comments

https://gitter.im/ethereum/vyper?at=5bac5ebeaedb375b9c5237d9

Ryuya Nakamura @nrryuya 13:38
In vyper-serve, data: uint256 occur 500 internal server error but data: public(uint256) doesn't. The latter syntax is correct in 0.1.0b3 ?
Jacques Wagener @jacqueswww 9月 27 17:00
@nrryuya that is because without public there are no methods in the contract to call, I will fix that in the cors branch ;)