Sword-Smith / Sword

Sword — A financial derivative language for the blockchain
MIT License
29 stars 2 forks source link

Timers on nested if-within expressions are wrong #42

Open Sword-Smith opened 3 years ago

Sword-Smith commented 3 years ago

The timer on nested if-within should start when the immediately outer if-within comes to a conclusion. Right now, all timers start when activate is called.