fix rebase on top of async http client change

This commit is contained in:
Eric 2025-03-18 15:47:40 +11:00
parent 5371aa2c7c
commit 72e687f828
No known key found for this signature in database

View File

@ -60,7 +60,10 @@ template marketplacesuite*(name: string, body: untyped) =
duration: uint64,
collateralPerByte: UInt256,
minPricePerBytePerSecond: UInt256,
): Future[void] {.async: (raises: [CancelledError, HttpError, ConfigurationError]).} =
): Future[void] {.
async:
(raises: [CancelledError, HttpError, ConfigurationError, CodexProcessError])
.} =
let totalCollateral = datasetSize.u256 * collateralPerByte
# post availability to each provider
for i in 0 ..< providers().len: