mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-28 10:14:21 +01:00
gossmap: move gossmap_guess_node_id to pay plugin.
This removes a point32 dependency. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
12
plugins/pay_point32.h
Normal file
12
plugins/pay_point32.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef LIGHTNING_PLUGINS_PAY_POINT32_H
|
||||
#define LIGHTNING_PLUGINS_PAY_POINT32_H
|
||||
|
||||
struct gossmap;
|
||||
struct point32;
|
||||
struct node_id;
|
||||
|
||||
void gossmap_guess_node_id(const struct gossmap *map,
|
||||
const struct point32 *point32,
|
||||
struct node_id *id);
|
||||
|
||||
#endif /* LIGHTNING_PLUGINS_PAY_POINT32_H */
|
||||
Reference in New Issue
Block a user