| 141 | } |
| 142 | |
| 143 | static void print_invalid_offer(const struct tlv_offer *offer, const char *why) |
| 144 | { |
| 145 | printf(",{\"description\": \"%s\", \"valid\": false, \"bolt12\": \"%s\"}", |
| 146 | why, offer_encode(tmpctx, offer)); |
| 147 | } |
| 148 | |
| 149 | int main(int argc, char *argv[]) |
| 150 | { |