Skip to content

Commit

Permalink
Merge pull request #67 from loreum-org/chore/deploy-tokens
Browse files Browse the repository at this point in the history
Fix the function name for the cancel signature
  • Loading branch information
xhad authored Mar 7, 2024
2 parents c11fa3e + be91d48 commit 485ed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ abstract contract Common is Initializable, ReentrancyGuard, Context, ERC721Holde
bytes32 internal constant DOMAIN_SEPARATOR_TYPEHASH= 0x47e79534a245952e8b16893a336b85a3d9ea9fa8c573f3d803afb92a79469218;

// Function signature for the cancelProposal function.
bytes4 internal constant CANCEL_PROPOSAL_SELECTOR = bytes4(abi.encodeWithSignature("cancelProposal(uint256)"));
bytes4 internal constant CANCEL_PROPOSAL_SELECTOR = bytes4(abi.encodeWithSignature("cancel(uint256)"));
}

0 comments on commit 485ed5f

Please sign in to comment.