Skip to content

Commit d7af0b3

Browse files
Make cancelDeposit nonReentrant
1 parent a86582a commit d7af0b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/protocol/ETHBridge.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ contract ETHBridge is IETHBridge, ReentrancyGuardTransient {
7171
/// @inheritdoc IETHBridge
7272
function cancelDeposit(ETHDeposit memory ethDeposit, address claimee, uint256 height, bytes memory proof)
7373
external
74+
nonReentrant
7475
{
7576
require(msg.sender == ethDeposit.canceler, OnlyCanceler());
7677

0 commit comments

Comments
 (0)