mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 03:54:26 +02:00
lnwallet: adds RequiredReserve method
This commit is contained in:
@@ -105,6 +105,11 @@ func (w *WalletController) ListAccounts(string,
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// RequiredReserve currently returns a dummy value.
|
||||
func (w *WalletController) RequiredReserve(uint32) btcutil.Amount {
|
||||
return 0
|
||||
}
|
||||
|
||||
// ImportAccount currently returns a dummy value.
|
||||
func (w *WalletController) ImportAccount(string, *hdkeychain.ExtendedKey,
|
||||
uint32, *waddrmgr.AddressType, bool) (*waddrmgr.AccountProperties,
|
||||
|
Reference in New Issue
Block a user