mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-20 16:48:23 +00:00
ethers: update revert reason retreival
This commit is contained in:
parent
08690862e0
commit
2537add13a
@ -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)
|
await market.fillSlot(data.requestId, slotIndex, state.proof, collateral).confirm(1)
|
||||||
debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex
|
debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex
|
||||||
|
2
vendor/nim-ethers
vendored
2
vendor/nim-ethers
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 8c8ac0182212ae9610c55fe775aba33936cdc4ff
|
Subproject commit 0c2e7af9346b109ee19e7c448f214c0f5a410209
|
Loading…
x
Reference in New Issue
Block a user