mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Increase tolerance for OfferPayload
This commit is contained in:
parent
553f0b1271
commit
67c57eb202
@ -32,7 +32,7 @@ public enum InventoryItem {
|
||||
// Percentage deviation
|
||||
OfferPayload("OfferPayload",
|
||||
true,
|
||||
new DeviationByPercentage(0.8, 1.2, 0.9, 1.1), 5),
|
||||
new DeviationByPercentage(0.5, 1.5, 0.75, 1.25), 10),
|
||||
MailboxStoragePayload("MailboxStoragePayload",
|
||||
true,
|
||||
new DeviationByPercentage(0.9, 1.1, 0.95, 1.05), 2),
|
||||
|
Loading…
Reference in New Issue
Block a user