mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Transaction: Remove confidence (and Context requirement) from Transaction.toString()
This commit is contained in:
committed by
Andreas Schildbach
parent
4b624b7198
commit
9a45159344
@@ -635,8 +635,6 @@ public class Transaction extends ChildMessage {
|
||||
public String toString(@Nullable AbstractBlockChain chain) {
|
||||
StringBuilder s = new StringBuilder();
|
||||
s.append(" ").append(getHashAsString()).append('\n');
|
||||
if (hasConfidence())
|
||||
s.append(" confidence: ").append(getConfidence()).append('\n');
|
||||
if (updatedAt != null)
|
||||
s.append(" updated: ").append(Utils.dateTimeFormat(updatedAt)).append('\n');
|
||||
if (isTimeLocked()) {
|
||||
|
Reference in New Issue
Block a user