From cf51edd95b0750905876f78801f2ac0bd25c0a4c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 26 Apr 2022 14:38:50 +0200 Subject: [PATCH] channeld: Remember remote alias for channel announcements and update --- channeld/channeld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/channeld/channeld.c b/channeld/channeld.c index 5b543ee45..cadc6c00e 100644 --- a/channeld/channeld.c +++ b/channeld/channeld.c @@ -622,6 +622,7 @@ static void handle_peer_funding_locked(struct peer *peer, const u8 *msg) "Peer told us that they'll use alias=%s for this channel", type_to_string(tmpctx, struct short_channel_id, tlvs->alias)); + peer->short_channel_ids[REMOTE] = *tlvs->alias; } wire_sync_write(MASTER_FD, take(towire_channeld_got_funding_locked(