Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@ -381,7 +381,6 @@ static struct block *new_block(struct chain_topology *topo,
assert(!block_map_get(&topo->block_map, &b->blkid));
b->next = NULL;
b->prev = NULL;
b->topo = topo;
b->height = height;
@ -57,9 +57,6 @@ struct block {
/* Full copy of txs (trimmed to txs list in connect_block) */
struct bitcoin_tx **full_txs;
/* FIXME: Remove this. */
struct chain_topology *topo;
};
/* Hash blocks by sha */