Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
also bump codex-contracts-eth to master
  • Loading branch information
emizzle committed Oct 4, 2024
1 parent 6fb11fe commit 6e90306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codex/contracts/market.nim
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ method canReserveSlot*(
requestId: RequestId,
slotIndex: UInt256): Future[bool] {.async.} =

await market.contract.canReserveSlot(requestId, slotIndex)
convertEthersError:
return await market.contract.canReserveSlot(requestId, slotIndex)

Check warning on line 264 in codex/contracts/market.nim

View check run for this annotation

Codecov / codecov/patch

codex/contracts/market.nim#L263-L264

Added lines #L263 - L264 were not covered by tests

method subscribeRequests*(market: OnChainMarket,
callback: OnRequest):
Expand Down
2 changes: 1 addition & 1 deletion vendor/codex-contracts-eth

0 comments on commit 6e90306

Please sign in to comment.