mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00: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
|
// - 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user