mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#116 added --force parameter to command
This commit is contained in:
parent
e6fe6abb6b
commit
5473856d1d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fi
|
||||||
# TODO: maybe try/show the decoded info first by using https://api.lightning.community/#decodepayreq
|
# TODO: maybe try/show the decoded info first by using https://api.lightning.community/#decodepayreq
|
||||||
|
|
||||||
# build command
|
# build command
|
||||||
command="lncli --chain=${network} sendpayment --pay_req=${invoice}"
|
command="lncli --chain=${network} sendpayment --force --pay_req=${invoice}"
|
||||||
|
|
||||||
# info output
|
# info output
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Add table
Reference in a new issue