mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Add transaction confidence back to Wallet.toString().
When working with Wallet objects, you should use Context too.
This commit is contained in:
@@ -3273,6 +3273,8 @@ public class Wallet extends BaseTaggableObject
|
||||
} catch (ScriptException e) {
|
||||
// Ignore and don't print this line.
|
||||
}
|
||||
if (tx.hasConfidence())
|
||||
builder.append(" confidence: ").append(tx.getConfidence()).append('\n');
|
||||
builder.append(tx.toString(chain));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user