| 44 | }; |
| 45 | |
| 46 | const char *rune_is_ours(struct lightningd *ld, const struct rune *rune) |
| 47 | { |
| 48 | return rune_is_derived(ld->runes->master, rune); |
| 49 | } |
| 50 | |
| 51 | /* Convert unique_id string to u64. We only expect this to fail when we're |
| 52 | * dealing with runes from elsewhere (i.e. param_rune) */ |
no test coverage detected