mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
10d52611cd
The WalletController will serve as a layer of separation between “base” Bitcoin wallet logic, and the higher level Lightning Network logic. As a result LightningWallet will no behave as an overly wallet, relying on the lower wallet for basic services such as new address, signing etc. Within this higher level lies the awareness of channel types, chain monitoring, HTLCs, and so on. |
||
---|---|---|
.. | ||
channel.go | ||
coin_select.go | ||
config.go | ||
interface.go | ||
log.go | ||
reservation.go | ||
script_utils.go | ||
setup.go | ||
wallet_test.go | ||
wallet.go |