Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Feb 20, 2021
1 parent 6967522 commit 32b12d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ type Node struct {
// Manages Virtual Machines
vmManager vms.Manager

// Manages validator benching
benchlistManager benchlist.Manager

// dispatcher for events as they happen in consensus
DecisionDispatcher *triggers.EventDispatcher
ConsensusDispatcher *triggers.EventDispatcher
Expand Down Expand Up @@ -136,8 +139,6 @@ type Node struct {

// Restarter can shutdown and restart the node
restarter utils.Restarter

benchlistManager benchlist.Manager
}

/*
Expand Down

0 comments on commit 32b12d7

Please sign in to comment.