mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
Wallet: Demote log level of script cannot be parsed in markKeysAsUsed().
This commit is contained in:
parent
67034e68aa
commit
1bfd5a5b60
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue