Improve log

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-05 10:06:49 -05:00 committed by Alejandro García
parent 10fa08b042
commit c563c01ac7
No known key found for this signature in database
GPG Key ID: F806F422E222AA02

View File

@ -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;
}