ethers: update revert reason retreival

This commit is contained in:
Eric 2023-09-22 20:00:52 +10:00
parent 08690862e0
commit 2537add13a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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)
await market.fillSlot(data.requestId, slotIndex, state.proof, collateral).confirm(1)
debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex

2
vendor/nim-ethers vendored

@ -1 +1 @@
Subproject commit 8c8ac0182212ae9610c55fe775aba33936cdc4ff
Subproject commit 0c2e7af9346b109ee19e7c448f214c0f5a410209