mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Lower the level of a spammy log line.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user