Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackmeng1985 committed Jan 16, 2024
1 parent 65e5c2b commit fde52b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deposit/FUJI/staking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract StakingFUJI is IDeposit, IERC721Receiver, Ownable {
mapping(address => uint256) withdrawAddressToID;
// mapping(address => uint256) withdrawNFT;

constructor(address fujiAddr, address fujiAdminAddress) Ownable(msg.sender) {
constructor(address fujiAddr, address fujiAdminAddress) Ownable() {
token = IERC721(fujiAddr);
token.setApprovalForAll(fujiAdminAddress, true);
}
Expand Down

0 comments on commit fde52b7

Please sign in to comment.