Remove all JSON commands and fields deprecated before 0.6.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-07-29 11:38:29 +09:30
committed by Christian Decker
parent 8ee21bc352
commit 9e14d6cf04
7 changed files with 15 additions and 157 deletions

View File

@@ -49,8 +49,6 @@ json_add_payment_fields(struct json_result *response,
json_add_pubkey(response, "destination", &t->destination);
json_add_u64(response, "msatoshi", t->msatoshi);
json_add_u64(response, "msatoshi_sent", t->msatoshi_sent);
if (deprecated_apis)
json_add_u64(response, "timestamp", t->timestamp);
json_add_u64(response, "created_at", t->timestamp);
switch (t->status) {