Skip to content

Commit 1df8613

Browse files
committed
lightningd: remove unused start_time field in bitcoind_getfilteredblock.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 71f164a commit 1df8613

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightningd/bitcoind.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ struct filteredblock_call {
694694
struct filteredblock *result;
695695
struct filteredblock_outpoint **outpoints;
696696
size_t current_outpoint;
697-
struct timeabs start_time;
698697
u32 height;
699698
};
700699

@@ -849,7 +848,6 @@ void bitcoind_getfilteredblock_(const tal_t *ctx,
849848
call->arg = arg;
850849
call->height = height;
851850
assert(call->cb != NULL);
852-
call->start_time = time_now();
853851
call->result = NULL;
854852
call->current_outpoint = 0;
855853

0 commit comments

Comments
 (0)