mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 02:35:36 +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);
|
||||
}
|
||||
|
||||
function _toProofId(SlotId slotId) internal pure returns (ProofId) {
|
||||
return ProofId.wrap(SlotId.unwrap(slotId));
|
||||
}
|
||||
|
||||
struct Request {
|
||||
address client;
|
||||
Ask ask;
|
||||
|
Loading…
x
Reference in New Issue
Block a user