Skip to content

Commit

Permalink
Support for onKill trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Relfos committed Oct 15, 2021
1 parent 9d58947 commit bb7a742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ private void ParseModule(Module module)

case "onWitness":
case "onSeries":
case "onKill":
case "onUpgrade": // address
CheckParameters(name, parameters, new[] { VarKind.Address });
break;
Expand Down

0 comments on commit bb7a742

Please sign in to comment.