Browse Source

devtools: add note when using option-static-remotekey

travis-debug
lisa neigut 5 years ago
committed by Rusty Russell
parent
commit
c5e79432e6
  1. 3
      devtools/mkcommit.c

3
devtools/mkcommit.c

@ -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)

Loading…
Cancel
Save