mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-04 03:03:51 +01:00
channeld: Remember remote alias for channel announcements and update
This commit is contained in:
parent
c98f011479
commit
cf51edd95b
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue