| 35 | #define ABYTES crypto_secretstream_xchacha20poly1305_ABYTES |
| 36 | |
| 37 | struct offers_data *get_offers_data(struct plugin *plugin) |
| 38 | { |
| 39 | return plugin_get_data(plugin, struct offers_data); |
| 40 | } |
| 41 | |
| 42 | static void init_gossmap(struct plugin *plugin, |
| 43 | struct offers_data *od) |
no outgoing calls
no test coverage detected