mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-21 09:08:11 +00:00
remove unneeded confirm
This commit is contained in:
parent
2537add13a
commit
19fe581d7a
@ -37,5 +37,5 @@ method run(state: SaleFilling, machine: Machine): Future[?State] {.async.} =
|
|||||||
|
|
||||||
debug "Filling slot", requestId = $data.requestId, slotIndex
|
debug "Filling slot", requestId = $data.requestId, slotIndex
|
||||||
market.cancelOnError:
|
market.cancelOnError:
|
||||||
await market.fillSlot(data.requestId, slotIndex, state.proof, collateral).confirm(1)
|
await market.fillSlot(data.requestId, slotIndex, state.proof, collateral)
|
||||||
debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex
|
debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user