Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Fix state name in description for SetupFailed event
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Apr 19, 2020
1 parent 77a44aa commit 24601d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/DepositLog.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24601d3

Please sign in to comment.