diff --git a/tests/contracts/testMarket.nim b/tests/contracts/testMarket.nim index 068a4d2e..1d8095c7 100644 --- a/tests/contracts/testMarket.nim +++ b/tests/contracts/testMarket.nim @@ -548,7 +548,7 @@ ethersuite "On-Chain Market": switchAccount(host) await market.reserveSlot(request.id, 0.uint64) await market.fillSlot(request.id, 0.uint64, proof, request.ask.collateralPerSlot) - let filledAt = (await ethProvider.currentTime()) - 1.u256 + let filledAt = (await ethProvider.currentTime()) for slotIndex in 1 ..< request.ask.slots: await market.reserveSlot(request.id, slotIndex.uint64) @@ -575,7 +575,7 @@ ethersuite "On-Chain Market": switchAccount(host) await market.reserveSlot(request.id, 0.uint64) await market.fillSlot(request.id, 0.uint64, proof, request.ask.collateralPerSlot) - let filledAt = (await ethProvider.currentTime()) - 1.u256 + let filledAt = (await ethProvider.currentTime()) for slotIndex in 1 ..< request.ask.slots: await market.reserveSlot(request.id, slotIndex.uint64) diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index c00152e6..0bf13851 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit c00152e6213a3ad4e6760a670213bfae22b0aabf +Subproject commit 0bf138512b7c1c3b8d77c48376e47f702e47106c