Skip to content

Commit

Permalink
fix: remove acceptVBNBAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Aug 25, 2023
1 parent 52f8efd commit b11d297
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contracts/Admin/VBNBAdmin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ contract VBNBAdmin is ReentrancyGuardUpgradeable, AccessControlledV8, VBNBAdminS
emit ReservesReduced(reduceAmount);
}

/**
* @notice Accept admin for vBNB
*/
function acceptVBNBAdmin() external onlyOwner nonReentrant returns (uint) {
return vBNB._acceptAdmin();
}

/**
* @notice Wraps BNB into WBNB
*/
Expand Down

0 comments on commit b11d297

Please sign in to comment.