Skip to content

Commit

Permalink
Update tools/block-generator/generator/generator_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi committed Jun 18, 2023
1 parent 2bb8bad commit 89f751b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/block-generator/generator/generator_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ type generator struct {

// Reporting information from transaction type to data
reportData Report
// latestData keeps a count of how many transactions of each
// txType occurred in the current round.
latestData map[TxTypeID]uint64

// ledger
Expand Down

0 comments on commit 89f751b

Please sign in to comment.