From a426a9155b76ff57ea8857b7263bfadbb7d1a160 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Fri, 19 Apr 2024 10:05:35 -0400 Subject: [PATCH] Update testutil/contracts/Dapp.sol Co-authored-by: Lucas Bertrand --- testutil/contracts/Dapp.sol | 1 + 1 file changed, 1 insertion(+) 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 {