| 259 | struct txlocator *locate_tx(const void *ctx, const struct chain_topology *topo, const struct bitcoin_txid *txid); |
| 260 | |
| 261 | static inline bool topology_synced(const struct chain_topology *topo) |
| 262 | { |
| 263 | return topo->sync_waiters == NULL; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * topology_add_sync_waiter: wait for lightningd to sync with bitcoin network |
no outgoing calls
no test coverage detected