Dryrun reject Transaction

Can anyone help me with this.
I have a account on test net and i got a contract account. The transaction is getting rejected
I have followed the steps according to the link
https://developer.algorand.org/tutorials/writing-simple-smart-contract/

You see that the equality test == line 53 returns 0.
Looking at lines 50-52, the issue is that the receiver is the expected one, that is VMWN...

Okay okay I’ll try that thanks!

Yeah the receiver was missing like you said. It worked thanks!