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 02d1292 commit fee42c7Copy full SHA for fee42c7
Tests/CodexReleaseTests/MarketTests/ContractSuccessfulTest.cs
@@ -53,7 +53,7 @@ private IStoragePurchaseContract CreateStorageRequest(ICodexNode client)
53
NodeFailureTolerance = 1,
54
PricePerBytePerSecond = pricePerBytePerSecond,
55
ProofProbability = 20,
56
- CollateralPerByte = 1.Tst()
+ CollateralPerByte = 100.TstWei()
57
});
58
}
59
0 commit comments