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

@ -1037,7 +1037,7 @@ func (r *rpcServer) sendCoinsOnChain(paymentMap map[string]int64,
return nil, err
}
// If that checks out, we're failry confident that creating sending to
// If that checks out, we're fairly confident that creating sending to
// these outputs will keep the wallet balance above the reserve.
tx, err := r.server.cc.Wallet.SendOutputs(
outputs, feeRate, minConfs, label,