We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DelegationSurrogateVotes
DelegationSurrogateVotes is imported in GovernanceStaker.sol but is never used
GovernanceStaker.sol
// SPDX-License-Identifier: AGPL-3.0-only pragma solidity ^0.8.23; import {DelegationSurrogate} from "src/DelegationSurrogate.sol"; //@audit unused import import {DelegationSurrogateVotes} from "src/DelegationSurrogateVotes.sol"; import {INotifiableRewardReceiver} from "src/interfaces/INotifiableRewardReceiver.sol";
The text was updated successfully, but these errors were encountered:
Will fix
Sorry, something went wrong.
Fixed by withtally/staker#89
No branches or pull requests
Description
DelegationSurrogateVotes
is imported inGovernanceStaker.sol
but is never usedThe text was updated successfully, but these errors were encountered: