status-im / nimplay

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

Enforcing of internal declarations #3

Closed jacqueswww closed 4 years ago

jacqueswww commented 4 years ago

Enforce msg, self, log statement to have

proc becomeKing*(name: bytes32) {.payable,self,log,msg.}
jacqueswww commented 4 years ago

Done.