From 5473856d1d1842ec1a4d5c31add84f41c3281dcd Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 20 Oct 2018 11:01:34 +0200 Subject: [PATCH] #116 added --force parameter to command --- home.admin/BBpayInvoice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/BBpayInvoice.sh b/home.admin/BBpayInvoice.sh index 3e38c78d3..a09b3af93 100755 --- a/home.admin/BBpayInvoice.sh +++ b/home.admin/BBpayInvoice.sh @@ -71,7 +71,7 @@ fi # TODO: maybe try/show the decoded info first by using https://api.lightning.community/#decodepayreq # build command -command="lncli --chain=${network} sendpayment --pay_req=${invoice}" +command="lncli --chain=${network} sendpayment --force --pay_req=${invoice}" # info output clear