You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Now several receivers are used for different comments, but it is possible to use one receiver.
We can't just compare the received message with a string, but we can use the following construct:
msg.asSlice().hash() == "str".asSlice().hash()
Here is the receiver for a simple counter contract: