mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 01:13:10 +00:00
Reduce proof probability
This commit is contained in:
parent
91fcb82d26
commit
e40ab7b50d
@ -140,7 +140,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true):
|
||||
cid,
|
||||
duration = 20 * 60.uint64,
|
||||
pricePerBytePerSecond = minPricePerBytePerSecond,
|
||||
proofProbability = 3.u256,
|
||||
proofProbability = 1.u256,
|
||||
expiry = (10 * 60).uint64,
|
||||
collateralPerByte = collateralPerByte,
|
||||
nodes = 3,
|
||||
@ -214,7 +214,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true):
|
||||
cid,
|
||||
duration = duration,
|
||||
pricePerBytePerSecond = minPricePerBytePerSecond,
|
||||
proofProbability = 3.u256,
|
||||
proofProbability = 1.u256,
|
||||
expiry = 10 * 60.uint64,
|
||||
collateralPerByte = collateralPerByte,
|
||||
nodes = ecNodes,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user