Skip to content

Commit fee42c7

Browse files
committed
Fixes collatoral issue for marketplace test
1 parent 02d1292 commit fee42c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CodexReleaseTests/MarketTests/ContractSuccessfulTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private IStoragePurchaseContract CreateStorageRequest(ICodexNode client)
5353
NodeFailureTolerance = 1,
5454
PricePerBytePerSecond = pricePerBytePerSecond,
5555
ProofProbability = 20,
56-
CollateralPerByte = 1.Tst()
56+
CollateralPerByte = 100.TstWei()
5757
});
5858
}
5959

0 commit comments

Comments
 (0)