lnd/aliasmgr
Oliver Gugger 466f550ddb
aliasmgr: avoid collision when requesting alias
With the new RPC calls that we are going to add in the next commits, it
will be possible for users to add (local only, non-gossipped) SCID
aliases for channels. Since those will be in the same range as the ones
given out by RequestAlias, we need to make sure that when we generate a
new one that it doesn't collide with an already existing one.
2024-09-05 08:44:33 +02:00
..
aliasmgr.go aliasmgr: avoid collision when requesting alias 2024-09-05 08:44:33 +02:00
aliasmgr_test.go aliasmgr: avoid collision when requesting alias 2024-09-05 08:44:33 +02:00