mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Improve log
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
10fa08b042
commit
c563c01ac7
@ -291,7 +291,8 @@ public abstract class WalletService {
|
||||
continue;
|
||||
}
|
||||
if (!connectedOutput.isMine(wallet)) {
|
||||
log.error("connectedOutput is not mine");
|
||||
log.info("ConnectedOutput is not mine. This can be the case for BSQ transactions where the " +
|
||||
"input gets signed by the other wallet. connectedOutput={}", connectedOutput);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user