Skip to content

Commit da5df10

Browse files
authored
fix: use latest onInternalMessage entry point signature (#317)
1 parent 6ffa6f8 commit da5df10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{snakeName}}.tolk
2-
fun onInternalMessage(myBalance: int, msgValue: int, msgFull: cell, msgBody: slice) {
2+
fun onInternalMessage(in: InMessage) {
33

44
}

0 commit comments

Comments
 (0)