mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 07:53:07 +00:00
Restore duration value
This commit is contained in:
parent
24f9454b38
commit
6a8445d7af
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user