multi: forward SendCoins call over RPC

This commit is contained in:
Oliver Gugger
2021-10-14 15:42:52 +02:00
parent 19db382e24
commit a3addcc927
8 changed files with 117 additions and 14 deletions

View File

@@ -169,7 +169,7 @@ func (w *WalletController) ListLeasedOutputs() ([]*wtxmgr.LockedOutput, error) {
}
// FundPsbt currently does nothing.
func (w *WalletController) FundPsbt(_ *psbt.Packet,
func (w *WalletController) FundPsbt(_ *psbt.Packet, _ int32,
_ chainfee.SatPerKWeight, _ string) (int32, error) {
return 0, nil