From 0bc85085dd86dab9852917250a5f2854440d2f13 Mon Sep 17 00:00:00 2001 From: gshub77 <34380966+gshub77@users.noreply.github.com> Date: Sat, 27 Jan 2018 19:23:42 -0500 Subject: [PATCH] cmd/lncli: fix typo in Description of sendpayment Fixes #674. --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 5957a141..01a9759d 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -963,7 +963,7 @@ var sendPaymentCommand = cli.Command{ arguments need to be specified in order to complete the payment: * --dest=N * --amt=A - * --final_ctlv_delta=T + * --final_cltv_delta=T * --payment_hash=H The --debug_send flag is provided for usage *purely* in test