Restore duration value

This commit is contained in:
Arnaud 2025-07-07 12:31:15 +02:00
parent 24f9454b38
commit 6a8445d7af
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -155,7 +155,7 @@ template marketplacesuite*(name: string, body: untyped) =
client: CodexClient,
cid: Cid,
proofProbability = 1.u256,
duration: uint64 = 20 * 60.uint64,
duration: uint64 = 12.periods,
pricePerBytePerSecond = 1.u256,
collateralPerByte = 1.u256,
expiry: uint64 = 4.periods,