This commit is contained in:
Andreas Schildbach 2025-03-11 12:21:09 -05:00 committed by GitHub
commit 5f8260d27e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -769,7 +769,6 @@ public class Transaction extends BaseMessage {
if (isCoinBase()) {
s.append(indent).append("coinbase\n");
} else if (!inputs.isEmpty()) {
int i = 0;
for (TransactionInput in : inputs) {
s.append(indent).append(" ");
s.append("in ");
@ -813,7 +812,6 @@ public class Transaction extends BaseMessage {
} catch (Exception e) {
s.append("[exception: ").append(e.getMessage()).append("]\n");
}
i++;
}
} else {
s.append(indent).append(" ");