From 406d6a6e22dbb29f452ee431bbd510d13dd1bd77 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Sat, 3 Aug 2024 19:24:36 +0200 Subject: [PATCH] bkpr: minor clarification in comment. --- plugins/bkpr/recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bkpr/recorder.c b/plugins/bkpr/recorder.c index 2f1ade4b6..b4d298f91 100644 --- a/plugins/bkpr/recorder.c +++ b/plugins/bkpr/recorder.c @@ -1579,7 +1579,7 @@ char *update_channel_onchain_fees(const tal_t *ctx, if (streq("anchor", ev->tag)) continue; - /* Ignore stuff it's paid to + /* Ignore stuff which is paid to * the peer's account (external), * except for fulfilled htlcs (which originated * in our balance) */