aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-12 15:38:03 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-12 15:38:03 +0100
commit1bcc5022c27fff2c28c38b3db12ac353cc7d3481 (patch)
tree719c8f342a4cfd4c13fc3aec58a30cce6aac007c /src/types.ts
parentb4484c8af37b0c5912adce2dcf3a40d9455c7200 (diff)
downloadwallet-core-1bcc5022c27fff2c28c38b3db12ac353cc7d3481.tar.xz
show tip in history
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 69ed64446..857537251 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1948,6 +1948,8 @@ export interface TipRecord {
* URL to go to once the tip has been accepted.
*/
nextUrl: string;
+
+ timestamp: number;
}