Files
lnd/routing/notifications.go
yyforyongyu fa2c766866 routing: remove the mutex and use SyncMap instead
This commit removes the lock used to protect the map `topologyClients`
and replace the map with a `SyncMap`.
2023-01-19 07:08:18 +08:00

13 KiB