mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 10:46:53 +00:00
remove duplicate _toProofId function
This commit is contained in:
parent
51a02c09ba
commit
2ac6c0b2de
@ -370,10 +370,6 @@ contract Marketplace is Collateral, Proofs {
|
|||||||
return RequestId.unwrap(a) != bytes32(b);
|
return RequestId.unwrap(a) != bytes32(b);
|
||||||
}
|
}
|
||||||
|
|
||||||
function _toProofId(SlotId slotId) internal pure returns (ProofId) {
|
|
||||||
return ProofId.wrap(SlotId.unwrap(slotId));
|
|
||||||
}
|
|
||||||
|
|
||||||
struct Request {
|
struct Request {
|
||||||
address client;
|
address client;
|
||||||
Ask ask;
|
Ask ask;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user