mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 11:45:51 +00:00
Suppress noisy log line that is duplicated by LocalTransactionSigner.
This commit is contained in:
parent
38344465f0
commit
059b2679a7
@ -3470,7 +3470,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
|||||||
for (int i = 0; i < numInputs; i++) {
|
for (int i = 0; i < numInputs; i++) {
|
||||||
TransactionInput txIn = tx.getInput(i);
|
TransactionInput txIn = tx.getInput(i);
|
||||||
if (txIn.getConnectedOutput() == null) {
|
if (txIn.getConnectedOutput() == null) {
|
||||||
log.warn("Missing connected output, assuming input {} is already signed.", i);
|
// Missing connected output, assuming already signed.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user