Skip to content

Commit

Permalink
fix: audit report (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored Jan 4, 2024
1 parent 4e92c86 commit 7dc57a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/BC_fusion/TokenRecoverPortal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "./lib/Utils.sol";
/**
* @title TokenRecoverPortal is used to recover the token from BC users.
* @dev This is designed for the BC users to recover the token from TokenHub.
* The BC will chain will stop and generate a merkle tree root after BC-fusion plan was started.
* The BC chain will stop and generate a merkle tree root after BC-fusion plan was started.
* The BC users can recover the token from TokenHub after the merkle tree root is generated.
* For more details, please refer to the BEP-299(https://github.com/bnb-chain/BEPs/pull/299).
*/
Expand Down Expand Up @@ -88,7 +88,7 @@ contract TokenRecoverPortal is System, ReentrancyGuardUpgradeable {
/*----------------- events -----------------*/
// This event is triggered whenever a call to #pause succeeds.
event Paused();
// This event is triggered whenever a call to #pause succeeds.
// This event is triggered whenever a call to #resumed succeeds.
event Resumed();
// This event is triggered whenever a call to #recover succeeds.
event TokenRecoverRequested(bytes32 tokenSymbol, address account, uint256 amount);
Expand Down

0 comments on commit 7dc57a4

Please sign in to comment.