Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinGreen committed Dec 18, 2023
1 parent 83a51ac commit be00437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama-scripts/LlamaAccountTokenDelegationScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract LlamaAccountTokenDelegationScript is LlamaBaseScript {
uint256 internal constant VALUE = 0;

/// @notice The function selector of the `IVotes` `delegate(address)` function.
bytes4 internal constant DELEGATE_SELECTOR = 0x5c19a95c;
bytes4 internal constant DELEGATE_SELECTOR = IVotes.delegate.selector;

// ========================================
// ======= Delegate token functions =======
Expand Down

0 comments on commit be00437

Please sign in to comment.