Skip to content

Instantly share code, notes, and snippets.

@stechu
Last active February 21, 2020 19:22
Show Gist options
  • Save stechu/963d81b8aae60dc763e449da138627ef to your computer and use it in GitHub Desktop.
Save stechu/963d81b8aae60dc763e449da138627ef to your computer and use it in GitHub Desktop.
periodic_pay_core = And(Txn.type_enum() == Int(1),
Txn.fee() <= tmpl_fee)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment