Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...)

This commit is contained in:
practicalswift
2018-02-21 16:53:24 +01:00
committed by Christian Decker
parent 2ab274595e
commit d873bf60bf
4 changed files with 5 additions and 5 deletions

View File

@@ -665,7 +665,7 @@ static void gossipd_getpeers_complete(struct subd *gossip, const u8 *msg,
json_array_end(response);
if (gpa->ll)
json_add_log(response, "log", p->log_book, *gpa->ll);
json_add_log(response, p->log_book, *gpa->ll);
json_object_end(response);
}