mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 14:03:10 +00:00
fix rebase on top of async http client change
This commit is contained in:
parent
5371aa2c7c
commit
72e687f828
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user