LayerXcom / vyper-remix

Remix Vyper Plugin
Apache License 2.0
17 stars 36 forks source link

Auto correct of booleans #15

Closed nrryuya closed 5 years ago

nrryuya commented 5 years ago

In Remix, True and False are corrected to true and false... That's not the case in Python & Vyper.

image

nrryuya commented 5 years ago

It seems fixed.