mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
lnwallet: expose dry run support for ImportAccount
This commit is contained in:
@@ -88,8 +88,9 @@ func (w *WalletController) ListAccounts(_ string,
|
||||
|
||||
// ImportAccount currently returns a dummy value.
|
||||
func (w *WalletController) ImportAccount(string, *hdkeychain.ExtendedKey,
|
||||
uint32, *waddrmgr.AddressType) error {
|
||||
return nil
|
||||
uint32, *waddrmgr.AddressType, bool) (*waddrmgr.AccountProperties,
|
||||
[]btcutil.Address, []btcutil.Address, error) {
|
||||
return nil, nil, nil, nil
|
||||
}
|
||||
|
||||
// ImportPublicKey currently returns a dummy value.
|
||||
|
Reference in New Issue
Block a user