Hey. I have made some changes to truffle metacoin and when I run truffle compile command, I get the following error:
Compiling ./contracts/Migrations.sol...
/home/edureka/t/contracts/Migrations.sol:12:23: DeclarationError: Undeclared identifier.
    if (msg.sender == myaddress) _;
                      ^-------^
Compilation failed. See above.
How can I solve this?