json-rpc: Include received and resolved time to listforward result

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2019-04-03 21:28:33 +02:00
committed by Rusty Russell
parent 75de2e2f3c
commit 27afc804d5
7 changed files with 38 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ endif
ifeq ($(COMPAT),1)
# We support compatibility with pre-0.6.
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1 -DCOMPAT_V070=1
endif
# Timeout shortly before the 600 second travis silence timeout