lightningd/chaintopology.h: Remove unused txnums field from struct block.

Changelog-None internal cleanup
This commit is contained in:
ZmnSCPxj jxPCSnmZ
2020-07-24 15:15:41 +08:00
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent af4eec7b66
commit b646b96756
2 changed files with 1 additions and 5 deletions

View File

@@ -840,7 +840,6 @@ static struct block *new_block(struct chain_topology *topo,
b->hdr = blk->hdr;
b->txnums = tal_arr(b, u32, 0);
b->full_txs = tal_steal(b, blk->tx);
return b;