diff --git a/codex/contracts/marketplace.nim b/codex/contracts/marketplace.nim index 3f9ad37a0..7ea7de3f9 100644 --- a/codex/contracts/marketplace.nim +++ b/codex/contracts/marketplace.nim @@ -14,7 +14,8 @@ export erc20 except `%`, `%*`, toJson export config export requests -type Marketplace* = ref object of Contract +type + Marketplace* = ref object of Contract Marketplace_RepairRewardPercentageTooHigh* = object of SolidityError Marketplace_SlashPercentageTooHigh* = object of SolidityError Marketplace_MaximumSlashingTooHigh* = object of SolidityError @@ -172,10 +173,6 @@ proc markProofAsMissing*( ] .} -proc markProofAsMissing*( - marketplace: Marketplace, id: SlotId, period: UInt256 -): Confirmable {.contract.} - proc reserveSlot*( marketplace: Marketplace, requestId: RequestId, slotIndex: UInt256 ): Confirmable {.contract.} diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index 02e3b8d22..58fd2ddd0 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit 02e3b8d22b15975fd450ccdad30e32c0be7e593f +Subproject commit 58fd2ddd06531ada16484b16e58b08b1b89e24b3