Fixes collatoral issue for marketplace test

This commit is contained in:
Ben 2025-02-04 10:13:59 +01:00
parent 02d1292acc
commit fee42c785e
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -53,7 +53,7 @@ namespace CodexReleaseTests.MarketTests
NodeFailureTolerance = 1,
PricePerBytePerSecond = pricePerBytePerSecond,
ProofProbability = 20,
CollateralPerByte = 1.Tst()
CollateralPerByte = 100.TstWei()
});
}