We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf2b09 commit aaec2e0Copy full SHA for aaec2e0
packages/subgraph-service/contracts/libraries/AllocationManagerLib.sol
@@ -50,10 +50,6 @@ library AllocationManagerLib {
50
address _paymentsDestination;
51
}
52
53
- ///@dev EIP712 typehash for allocation id proof
54
- bytes32 private constant EIP712_ALLOCATION_ID_PROOF_TYPEHASH =
55
- keccak256("AllocationIdProof(address indexer,address allocationId)");
56
-
57
/**
58
* @notice Create an allocation
59
* @dev The `_allocationProof` is a 65-bytes Ethereum signed message of `keccak256(indexerAddress,allocationId)`
0 commit comments