| 179 | struct txlocator *locate_tx(const void *ctx, const struct chain_topology *topo, const struct bitcoin_txid *txid); |
| 180 | |
| 181 | static inline bool topology_synced(const struct chain_topology *topo) |
| 182 | { |
| 183 | return topo->sync_waiters == NULL; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * topology_add_sync_waiter: wait for lightningd to sync with bitcoin network |
no outgoing calls
no test coverage detected