mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix log msg in BtcCoinSelector
This commit is contained in:
parent
e85c66b810
commit
0c7f3456b6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class BtcCoinSelector extends BisqDefaultCoinSelector {
|
|||
Address address = WalletService.getAddressFromOutput(output);
|
||||
return addresses.contains(address);
|
||||
} else {
|
||||
log.warn("transactionOutput.getScriptPubKey() not isSentToAddress or isPayToScriptHash");
|
||||
log.warn("transactionOutput.getScriptPubKey() is not P2PKH nor P2SH nor P2WH");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue