Skip to content

Commit

Permalink
Update changelog and remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed Oct 11, 2023
1 parent b1cb8af commit 62662a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions kpi-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Split transaction graphs into separate types of transactions.
- Add graph for accounts with CCD transfers.
- Add graph for number of active bakers.

## 1.1.0

Expand Down
1 change: 0 additions & 1 deletion kpi-tracker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ async fn process_payday_block(
return Ok(None);
};

// TODO: Concurrently query for bakers and total stake
let baker_count = match node.get_bakers_reward_period(block_hash).await {
Ok(bakers) => Some(bakers.response.count().await as i64),
// Error means protocol version < 6
Expand Down

0 comments on commit 62662a7

Please sign in to comment.