Wallet: Demote log level of script cannot be parsed in markKeysAsUsed().

This commit is contained in:
Andreas Schildbach 2020-03-13 21:17:11 +01:00
parent 67034e68aa
commit 1bfd5a5b60

View file

@ -1267,7 +1267,7 @@ public class Wallet extends BaseTaggableObject
} }
} catch (ScriptException e) { } catch (ScriptException e) {
// Just means we didn't understand the output of this transaction: ignore it. // Just means we didn't understand the output of this transaction: ignore it.
log.warn("Could not parse tx output script: {}", e.toString()); log.info("Could not parse tx output script: {}", e.toString());
} }
} }
} finally { } finally {