mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Make it clear segwit is not used for the trade protocol yet.
This commit is contained in:
parent
86ddd06e27
commit
b9e404f0e2
@ -579,6 +579,7 @@ public class BtcWalletService extends WalletService {
|
||||
if (addressEntry.isPresent()) {
|
||||
return addressEntry.get();
|
||||
} else {
|
||||
// We still use non-segwit addresses for the trade protocol.
|
||||
// We try to use available and not yet used entries
|
||||
Optional<AddressEntry> emptyAvailableAddressEntry = getAddressEntryListAsImmutableList().stream()
|
||||
.filter(e -> AddressEntry.Context.AVAILABLE == e.getContext())
|
||||
|
Loading…
Reference in New Issue
Block a user