mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
struct topology -> struct chain_topology
Topology also refers to the lightning network, be clear. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -42,7 +42,7 @@ struct peer *find_peer(struct lightningd_state *dstate, const struct pubkey *id)
|
||||
FIXME_IMPLEMENT();
|
||||
}
|
||||
|
||||
size_t get_tx_depth(const struct topology *topo,
|
||||
size_t get_tx_depth(const struct chain_topology *topo,
|
||||
const struct sha256_double *txid)
|
||||
{
|
||||
FIXME_IMPLEMENT();
|
||||
@@ -54,7 +54,7 @@ void debug_dump_peers(struct lightningd_state *dstate)
|
||||
FIXME_IMPLEMENT();
|
||||
}
|
||||
|
||||
u32 get_block_height(const struct topology *topo)
|
||||
u32 get_block_height(const struct chain_topology *topo)
|
||||
{
|
||||
/* FIXME_IMPLEMENT(); */
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user