We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d39ef commit a722f90Copy full SHA for a722f90
Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs
@@ -88,7 +88,7 @@ private IStoragePurchaseContract CreateStorageRequest(ICodexNode client)
88
MinRequiredNumberOfNodes = (uint)slots,
89
NodeFailureTolerance = (uint)tolerance,
90
PricePerBytePerSecond = pricePerBytePerSecond,
91
- ProofProbability = 1,
+ ProofProbability = 1000,
92
CollateralPerByte = 1.TstWei()
93
});
94
}
0 commit comments