mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 23:21:12 +02:00
psbt: Indicate which psbt inputs were signed
This commit is contained in:
@@ -204,8 +204,8 @@ func (w *WalletController) FundPsbt(*psbt.Packet, int32, chainfee.SatPerKWeight,
|
||||
}
|
||||
|
||||
// SignPsbt currently does nothing.
|
||||
func (w *WalletController) SignPsbt(*psbt.Packet) error {
|
||||
return nil
|
||||
func (w *WalletController) SignPsbt(*psbt.Packet) ([]uint32, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// FinalizePsbt currently does nothing.
|
||||
|
Reference in New Issue
Block a user