Skip to content

Commit 749308e

Browse files
committed
validator_worker - leader - remove todo for heartbeat
1 parent a217998 commit 749308e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validator_worker/src/leader.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pub async fn tick<A: Adapter + 'static>(iface: &SentryApi<A>) -> Result<(), Box<
1515
on_new_accounting(&iface, (&balances, &new_accounting))?;
1616
}
1717

18-
// TODO: Pass the heartbeat time from the Configuration
1918
await!(heartbeat(&iface, balances)).map(|_| ())
2019
}
2120

0 commit comments

Comments
 (0)