mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
common: cleanup unsused parameter in timer_expired()
This commit is contained in:
committed by
Rusty Russell
parent
f936fa926f
commit
605fda7214
@@ -26,7 +26,7 @@ void *io_loop_with_timers(struct lightningd *ld)
|
||||
/* This routine is legal in early startup, too. */
|
||||
if (ld->wallet)
|
||||
db_begin_transaction(ld->wallet->db);
|
||||
timer_expired(ld, expired);
|
||||
timer_expired(expired);
|
||||
if (ld->wallet)
|
||||
db_commit_transaction(ld->wallet->db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user