mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Transaction: Print update time in toString().
This commit is contained in:
@@ -637,6 +637,8 @@ public class Transaction extends ChildMessage {
|
||||
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()) {
|
||||
s.append(" time locked until ");
|
||||
if (lockTime < LOCKTIME_THRESHOLD) {
|
||||
|
Reference in New Issue
Block a user