Skip to content

Commit

Permalink
s/initiatedAt/initializedAt within DepositInitialized evebt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jan 29, 2024
1 parent 7e347dc commit 088b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/bridge/DepositorProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract contract DepositorProxy {

event DepositInitialized(
uint256 indexed depositKey,
uint32 initiatedAt
uint32 initializedAt
);

event DepositFinalized(
Expand Down

0 comments on commit 088b78f

Please sign in to comment.