mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-24 20:05:46 +02:00
lntest+lnwallet: add ImportTaprootScript to wallet interface
This commit is contained in:
@@ -132,6 +132,13 @@ func (w *WalletController) ImportPublicKey(*btcec.PublicKey,
|
||||
return nil
|
||||
}
|
||||
|
||||
// ImportTaprootScript currently returns a dummy value.
|
||||
func (w *WalletController) ImportTaprootScript(waddrmgr.KeyScope,
|
||||
*waddrmgr.Tapscript) (waddrmgr.ManagedAddress, error) {
|
||||
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// SendOutputs currently returns dummy values.
|
||||
func (w *WalletController) SendOutputs([]*wire.TxOut,
|
||||
chainfee.SatPerKWeight, int32, string) (*wire.MsgTx, error) {
|
||||
|
Reference in New Issue
Block a user