Console: Show offline expiration on LS debug page

This commit is contained in:
zzz
2020-11-02 12:01:58 +00:00
parent a21a64e0c6
commit 057eca56d5
2 changed files with 17 additions and 3 deletions

View File

@@ -252,6 +252,15 @@ public class LeaseSet2 extends LeaseSet {
return _transientSigningPublicKey;
}
/**
* Absolute time, not time from now.
* @return transient expiration time or 0 if not offline signed
* @since 0.9.48
*/
public long getTransientExpiration() {
return _transientExpires;
}
/**
* Destination must be previously set.
*