mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
Transaction: format date based time locks correctly.
This commit is contained in:
@@ -571,7 +571,7 @@ public class Transaction extends ChildMessage implements Serializable {
|
||||
chain.estimateBlockTime((int)lockTime).toString() + ")";
|
||||
}
|
||||
} else {
|
||||
time = new Date(lockTime).toString();
|
||||
time = new Date(lockTime*1000).toString();
|
||||
}
|
||||
s.append(String.format(" time locked until %s%n", time));
|
||||
}
|
||||
|
Reference in New Issue
Block a user