From f7a94c43a12f5ed4c36ce3ad79d382c6e8ab7a4c Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Fri, 12 Apr 2019 15:50:06 +0530 Subject: [PATCH] Contract name change. --- contracts/ProxyLogics/Static/Exit.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ProxyLogics/Static/Exit.sol b/contracts/ProxyLogics/Static/Exit.sol index 16f45b4..6aca8c3 100644 --- a/contracts/ProxyLogics/Static/Exit.sol +++ b/contracts/ProxyLogics/Static/Exit.sol @@ -10,7 +10,7 @@ interface ICDP { } -contract ProxyTest { +contract Exit { event LogTransferETH(address dest, uint amount); event LogTransferERC20(address token, address dest, uint amount);