diff --git a/cmd/lncli/cmd_payments.go b/cmd/lncli/cmd_payments.go index 82808e3fc..a1033bcff 100644 --- a/cmd/lncli/cmd_payments.go +++ b/cmd/lncli/cmd_payments.go @@ -291,8 +291,9 @@ func sendPayment(ctx *cli.Context) error { // details of the payment are encoded within the request. if ctx.IsSet("pay_req") { req := &routerrpc.SendPaymentRequest{ - PaymentRequest: ctx.String("pay_req"), - Amt: ctx.Int64("amt"), + PaymentRequest: ctx.String("pay_req"), + Amt: ctx.Int64("amt"), + DestCustomRecords: make(map[uint64][]byte), } // We'll attempt to parse a payment address as well, given that