mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 00:28:07 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user