mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...)
This commit is contained in:
committed by
Christian Decker
parent
2ab274595e
commit
d873bf60bf
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user