Browse Source

fixup! common/test: add spec tests for bolt11.

ppa-0.6.1
Christian Decker 7 years ago
parent
commit
9bcb01e710
  1. 1
      common/test/run-bolt11.c

1
common/test/run-bolt11.c

@ -238,6 +238,7 @@ int main(void)
/* FIXME: Test the others! */ /* FIXME: Test the others! */
secp256k1_context_destroy(secp256k1_ctx);
tal_free(ctx); tal_free(ctx);
return 0; return 0;
} }

Loading…
Cancel
Save