From 24601d30ca8f1058fcf1ce1390f4364e2f980eac Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Sat, 18 Apr 2020 15:34:17 -0400 Subject: [PATCH] Fix state name in description for SetupFailed event --- solidity/contracts/DepositLog.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/contracts/DepositLog.sol b/solidity/contracts/DepositLog.sol index 04cdc6b41..bde54da67 100644 --- a/solidity/contracts/DepositLog.sol +++ b/solidity/contracts/DepositLog.sol @@ -53,7 +53,7 @@ contract DepositLog { uint256 _timestamp ); - // This event is fired when we enter the SETUP_FAILED state for any reason + // This event is fired when we enter the FAILED_SETUP state for any reason event SetupFailed( address indexed _depositContractAddress, uint256 _timestamp