diff --git a/testutil/contracts/Dapp.sol b/testutil/contracts/Dapp.sol index 9020054ced..c8deef9e6b 100644 --- a/testutil/contracts/Dapp.sol +++ b/testutil/contracts/Dapp.sol @@ -45,6 +45,7 @@ interface ZetaInterfaces { bytes message; } } + // Dapp is a sample comtract that implements ZetaReceiver and is used for unit testing // It sets the values of the ZetaMessage struct to its public variables which can then be queried to check if the function was called correctly contract Dapp {