mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
devtools: add note when using option-static-remotekey
This commit is contained in:
parent
3705b5f605
commit
c5e79432e6
@ -340,6 +340,9 @@ int main(int argc, char *argv[])
|
|||||||
if (!amount_sat_sub_msat(&remote_msat, funding_amount, local_msat))
|
if (!amount_sat_sub_msat(&remote_msat, funding_amount, local_msat))
|
||||||
errx(1, "Can't afford local_msat");
|
errx(1, "Can't afford local_msat");
|
||||||
|
|
||||||
|
if (option_static_remotekey)
|
||||||
|
printf("Using option-static-remotekey\n");
|
||||||
|
|
||||||
printf("## HTLCs\n");
|
printf("## HTLCs\n");
|
||||||
while (argnum < argc) {
|
while (argnum < argc) {
|
||||||
if (argnum + 4 > argc)
|
if (argnum + 4 > argc)
|
||||||
|
Loading…
Reference in New Issue
Block a user