status-im / nimplay

Nim Ethereum Contract DSL. Targeting eWASM.
MIT License
20 stars 5 forks source link

Add payable assertion #6

Closed jacqueswww closed 4 years ago

jacqueswww commented 4 years ago

Function that have the {.payable.} pragma should assert that no value has been passed to them.

jacqueswww commented 4 years ago

Fixed.