diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-11-20 21:56:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-11-20 21:56:06 +0100 |
commit | 111abd594487cfabd8c60f46347f6d953586e91b (patch) | |
tree | c81b6d66b02e76065809a06d05446cbd7683b884 /contrib/samples | |
parent | 7749a683ba602cf13ed160c6ed63d668adbf4b1c (diff) |
do not break on issues we log to JSON
Diffstat (limited to 'contrib/samples')
-rw-r--r-- | contrib/samples/wire-auditor.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/samples/wire-auditor.json b/contrib/samples/wire-auditor.json index 44e338273..ce2baf2e8 100644 --- a/contrib/samples/wire-auditor.json +++ b/contrib/samples/wire-auditor.json @@ -220,5 +220,17 @@ "diagnostic": "duplicate wire offset" } ], - "row_minor_inconsistencies": [] + "row_minor_inconsistencies": [], + "total_wire_format_amount": { + "currency": "KUDOS", + "value": 0, + "fraction": 0 + }, + "wire_format_inconsistencies": [], + "total_amount_lag": { + "currency": "KUDOS", + "value": 5, + "fraction": 1000000 + }, + "lag_details": [] }
\ No newline at end of file |