mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-22 20:17:51 +01:00
In this commit, we let the explicit wtclient.Manager struct be passed in to PopulateDependencies instead of the tower client interface. We need to do this since we do allow the tower client interface to be nil if the client is not active. So to avoid the golang gotcha where the interface value will be seen as not nil even though the underlying value is nil, we pass in the explicit pointer instead.
13 KiB
13 KiB