devtools: add note when using option-static-remotekey

This commit is contained in:
lisa neigut 2019-11-18 11:17:28 -06:00 committed by Rusty Russell
parent 3705b5f605
commit c5e79432e6

View File

@ -340,6 +340,9 @@ int main(int argc, char *argv[])
if (!amount_sat_sub_msat(&remote_msat, funding_amount, local_msat))
errx(1, "Can't afford local_msat");
if (option_static_remotekey)
printf("Using option-static-remotekey\n");
printf("## HTLCs\n");
while (argnum < argc) {
if (argnum + 4 > argc)