Update common/src/main/java/bisq/common/app/Capability.java

Co-authored-by: sqrrm <sqrrm@users.noreply.github.com>
This commit is contained in:
chimp1984 2020-10-07 18:05:39 -05:00 committed by chimp1984
parent bf674ea0cf
commit cf0693098f
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -41,5 +41,5 @@ public enum Capability {
MEDIATION, // Supports mediation feature
REFUND_AGENT, // Supports refund agents
TRADE_STATISTICS_HASH_UPDATE, // We changed the hash method in 1.2.0 and that requires update to 1.2.2 for handling it correctly, otherwise the seed nodes have to process too much data.
NO_ADDRESS_PRE_FIX // At 1.4.0 we removed the prefix filter for mailbox messages. If a peer has that capability we do not sent the prefix.
NO_ADDRESS_PRE_FIX // At 1.4.0 we removed the prefix filter for mailbox messages. If a peer has that capability we do not sent the prefix.
}