diff --git a/codex/contracts/market.nim b/codex/contracts/market.nim index d06fb117..9157b269 100644 --- a/codex/contracts/market.nim +++ b/codex/contracts/market.nim @@ -485,8 +485,7 @@ method queryPastSlotFilledEvents*( market: OnChainMarket, fromTime: SecondsSince1970 ): Future[seq[SlotFilled]] {.async.} = convertEthersError: - let fromBlock = - await market.contract.provider.blockNumberForEpoch(fromTime) + let fromBlock = await market.contract.provider.blockNumberForEpoch(fromTime) return await market.queryPastSlotFilledEvents(BlockTag.init(fromBlock)) method queryPastStorageRequestedEvents*( diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index 54acaf4e..0f2012b1 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit 54acaf4e832e62ccd27148eb425847dab9ad0df7 +Subproject commit 0f2012b1442c404605c8ba9dcae2f4e53058cd2c