mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Lower the level of a spammy log line.
This commit is contained in:
parent
d08f2f7808
commit
5bc9e49941
@ -323,7 +323,7 @@ public class Wallet implements Serializable {
|
||||
// - Send us coins
|
||||
// - Spend our coins
|
||||
if (!isTransactionRelevant(tx, true)) {
|
||||
log.info("Received tx that isn't relevant to this wallet, discarding.");
|
||||
log.debug("Received tx that isn't relevant to this wallet, discarding.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user