mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 14:07:14 +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
|
// - Send us coins
|
||||||
// - Spend our coins
|
// - Spend our coins
|
||||||
if (!isTransactionRelevant(tx, true)) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user