Skip to content

Commit

Permalink
Update src/root/RootERC20Bridge.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
Benjimmutable and ermyas authored Nov 6, 2023
1 parent de91564 commit 3ae15f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/RootERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ contract RootERC20Bridge is
IERC20Metadata(rootToken).safeTransfer(receiver, amount);
}
// slither-disable-next-line reentrancy-events
emit RootChainERC20Withdraw(address(rootToken), childToken, withdrawer, receiver, amount);
emit RootChainERC20Withdraw(rootToken, childToken, withdrawer, receiver, amount);
}
}

0 comments on commit 3ae15f5

Please sign in to comment.