Glow-Lang / glow

The Glow language for Blockchain Decentralized Applications.
https://glow-lang.org
Apache License 2.0
58 stars 8 forks source link

Fix single-transaction-interaction bug #410

Closed AlexKnauth closed 2 years ago

AlexKnauth commented 3 years ago

This PR fixes the single-transaction-interaction bug, which caused the transfer.glow program to fail.

Related to https://github.com/Glow-Lang/glow/issues/188, this handles 1-transaction interactions but not 0-transaction "no-op" interactions.